From 8874fc61471d4c518eec3b6a29955f4e8952c54e Mon Sep 17 00:00:00 2001 From: Sem Date: Fri, 7 Sep 2012 05:38:31 +0200 Subject: Fixed some CSS issues. --- views/default/css/elements/components.php | 12 +++++++++--- views/default/css/elements/forms.php | 4 ++++ 2 files changed, 13 insertions(+), 3 deletions(-) (limited to 'views/default/css') diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index 156fe45..570673e 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -195,7 +195,7 @@ float: right; font-size: 85%; padding: 1px 7px; - border-right: solid 1px #888; + border-right: solid 1px #BBB; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; @@ -209,7 +209,13 @@ border-top: none; border-right: solid 1px #BBB; border-bottom: solid 1px #BBB; + + -webkit-border-radius: 3px; + -webkit-border-top-right-radius: 0; + -moz-border-radius: 3px; + -moz-border-radius-topright: 0; border-radius: 3px; + border-top-right-radius: 0; } .elgg-river-comments li:first-child { -webkit-border-radius: 5px 0 0; @@ -275,8 +281,8 @@ margin-bottom: 5px; } -.elgg-comments li { - padding: 10px 0px 10px 0px; +.elgg-comments li.elgg-item { + padding: 10px 0; } /* *************************************** diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php index 9cc0b4f..c2cc433 100644 --- a/views/default/css/elements/forms.php +++ b/views/default/css/elements/forms.php @@ -312,6 +312,10 @@ input[type="radio"] { text-shadow: 0 0 6px white; } +.ui-combobox { + height: 23px !important; +} + /* *************************************** USER PICKER *************************************** */ -- cgit v1.2.3