Commit 239c1080875d102949a008f99dc2f8d180fe2968
1 parent
e709ebbd
Exists in
master
and in
29 other branches
Aligning zoom text and image on the left side
(ActionItem1801)
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -1028,7 +1028,7 @@ code input { |
1028 | 1028 | display: block; |
1029 | 1029 | width: 100%; |
1030 | 1030 | height: 16px; |
1031 | - text-align: right; | |
1031 | + text-align: left; | |
1032 | 1032 | background: transparent url(/images/black-alpha-pixel.png); |
1033 | 1033 | border-bottom: 1px solid #333; |
1034 | 1034 | } |
... | ... | @@ -1041,10 +1041,10 @@ code input { |
1041 | 1041 | .zoomify-image span { |
1042 | 1042 | font-size: 10px; |
1043 | 1043 | line-height: 16px; |
1044 | - padding-right: 16px; | |
1044 | + padding-left: 16px; | |
1045 | 1045 | border-bottom: 1px solid #eee; |
1046 | 1046 | display: block; |
1047 | - background: transparent url(/images/zoom.png) right center no-repeat; | |
1047 | + background: transparent url(/images/zoom.png) left center no-repeat; | |
1048 | 1048 | } |
1049 | 1049 | |
1050 | 1050 | /* * * Comments * * */ | ... | ... |