diff options
| author | makitso <makitso@gmail.com> | 2015-01-23 09:43:45 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-01-23 09:43:45 -0700 |
| commit | 7ddfa86d0aaa56626e5ee136b5aab9f4e60c4a09 (patch) | |
| tree | 7218ccb44a869efa7e9f4a33f32165a806f49916 /themes/fab/css-1.7.0/style.css | |
| parent | b70804a7719d23468ed4b9338d845627d5e66e3b (diff) | |
| download | webtrees-7ddfa86d0aaa56626e5ee136b5aab9f4e60c4a09.tar.gz webtrees-7ddfa86d0aaa56626e5ee136b5aab9f4e60c4a09.tar.bz2 webtrees-7ddfa86d0aaa56626e5ee136b5aab9f4e60c4a09.zip | |
Move style from medialist.php to themes
Diffstat (limited to 'themes/fab/css-1.7.0/style.css')
| -rw-r--r-- | themes/fab/css-1.7.0/style.css | 53 |
1 files changed, 40 insertions, 13 deletions
diff --git a/themes/fab/css-1.7.0/style.css b/themes/fab/css-1.7.0/style.css index 73d6ebff4d..536fa7020e 100644 --- a/themes/fab/css-1.7.0/style.css +++ b/themes/fab/css-1.7.0/style.css @@ -1011,11 +1011,46 @@ a.showit:hover > span { margin: 0 auto; } -#medialist-page .list_table, -#medialist-page .list_table_controls { +#medialist-page form .list_table { + width: 75%; +} + +#medialist-page div .list_table, +#medialist-page .media-col, +#medialist-page .media-col1, +#medialist-page .list_value_wrap, +#medialist-page div .list_table_controls { width: 100%; } +#medialist-page .optionbox, +#medialist-page .descriptionbox { + width: 25%; +} + +#medialist-page .media-col2 { + width: 50%; +} + +#medialist-page .media-col { + padding-left: 5px; + border: none; +} + +[dir=rtl] #medialist-page .media-col { + padding-left: 0; + padding-right: 5px; +} + +#medialist-page .media-image { + vertical-align:top; + white-space:normal; +} + +#medialist-page p { + text-align: center; +} + .list_table_controls td { min-width: 40px; text-align: center; @@ -1073,7 +1108,7 @@ a.showit:hover > span { } .lb-menu li a { - padding: 24px 10px 1px 5px; + padding: 0px 10px 1px 5px; } .lb-menu li li a { @@ -1089,16 +1124,8 @@ a.showit:hover > span { float: right; } -.lb-image_edit { - background: url(images/image_edit.png) no-repeat 50% 20%; -} - -.lb-image_link { - background: url(images/image_link.png) no-repeat 50% 20%; -} - -.lb-image_view { - background: url(images/image_view.png) no-repeat 50% 20%; +.lb-image_edit, .lb-image_link { + padding-right: 5px; } /* login.php */ |
