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/clouds/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/clouds/css-1.7.0/style.css')
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 39 |
1 files changed, 37 insertions, 2 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index 4d0255b0c0..9550dcbef5 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -1059,11 +1059,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; |
