From f6ba7f0e0e07fd8644e4128ae62052739836ad21 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Sat, 6 Jul 2013 00:25:32 +0200 Subject: [PATCH] Some subtle UI refinements for polish. --- templates/2k11/admin/style.css | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 5f50ee0b..6102002f 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -1478,6 +1478,11 @@ form > .button_link:first-of-type, border: 1px solid #aaa; } +#template_select article, +.media_file { + border-radius: 2px; +} + #dashboard > section > h3 { background: #ddd; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #ddd)); @@ -1493,6 +1498,7 @@ form > .button_link:first-of-type, } #dashboard > section { + border-radius: 2px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; @@ -1565,10 +1571,26 @@ form > .button_link:first-of-type, } #entries_list > li, -#serendipity_comments_list > li { +#serendipity_comments_list > li, +#categories li > div, +#serendipity_image_folders li > div, +.upload_form { padding: 0 0 0 .4em; } +.zebra_list .odd, +.zebra_list .even, +.option_list .odd, +.option_list .even, +.theme_options .odd, +.theme_options .even, +.configure_plugin .config_optiongroup .odd, +.configure_plugin .config_optiongroup .even, +.configure_plugin .odd, +.configure_plugin .even { + padding-left: .4em; +} + #categories li > ul, #serendipity_image_folders li > ul { padding: 0 0 0 1em; @@ -2128,6 +2150,7 @@ input[name="serendipity[filter][fileCategory]"] { #main_menu > ul > li { border: 1px solid #aaa; + border-radius: 2px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;