Index: ui/file_manager/video_player/css/cast_menu.css |
diff --git a/ui/file_manager/video_player/css/cast_menu.css b/ui/file_manager/video_player/css/cast_menu.css |
index 161fd525f85f7424445f12e280efe1d811cf5c10..bcfdd69b306385c1679813852c42e6307db14087 100644 |
--- a/ui/file_manager/video_player/css/cast_menu.css |
+++ b/ui/file_manager/video_player/css/cast_menu.css |
@@ -16,12 +16,20 @@ |
} |
.cast-menu > :not(hr) { |
+ -webkit-padding-end: 14px; |
+ -webkit-padding-start: 19px; |
background-color: #fff; |
font-size: 12px; |
- padding: 5px 10px; /* top&bottom, left&right */ |
+ padding-bottom: 5px; |
+ padding-top: 5px; |
text-overflow: ellipsis; |
} |
+.cast-menu > [checked]:not(hr) { |
+ /* A checkmark has 19 px width. */ |
+ -webkit-padding-start: 0px; |
hirono
2014/08/08 07:37:28
nit: We emit unit for 0 value.
yoshiki
2014/08/08 07:43:29
Done.
|
+} |
+ |
.cast-menu > :not(hr):hover { |
background-color: #eee; |
} |