aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/forms.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-14 22:26:51 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-14 22:26:51 +0000
commit0cb6ced20d3e54d1884ee5ab38c24e57246987dc (patch)
treef765597de0de10309923c81ef178e46232d83588 /views/default/css/elements/forms.php
parent3e699017da34b994da17978b905e985c1927cec0 (diff)
downloadelgg-0cb6ced20d3e54d1884ee5ab38c24e57246987dc.tar.gz
elgg-0cb6ced20d3e54d1884ee5ab38c24e57246987dc.tar.bz2
Refs #3109: More CSS cleanup. Fixes bugs introduced by last cleanup where background-color: was being used instead of background:
git-svn-id: http://code.elgg.org/elgg/trunk@8707 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/elements/forms.php')
-rw-r--r--views/default/css/elements/forms.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php
index 9a379e742..d783b5123 100644
--- a/views/default/css/elements/forms.php
+++ b/views/default/css/elements/forms.php
@@ -19,13 +19,13 @@ fieldset > div:last-child {
label {
font-weight: bold;
- color: #333333;
+ color: #333;
font-size: 110%;
}
input, textarea {
- border: 1px solid #cccccc;
- color: #666666;
+ border: 1px solid #ccc;
+ color: #666;
font: 120% Arial, Helvetica, sans-serif;
padding: 5px;
width: 100%;
@@ -81,8 +81,8 @@ input[type="radio"] {
.friends-picker-container h3 {
font-size:4em !important;
text-align: left;
- margin:10px 0 20px 0 !important;
- color:#999999 !important;
+ margin:10px 0 20px !important;
+ color:#999 !important;
background: none !important;
padding:0 !important;
}
@@ -140,9 +140,9 @@ input[type="radio"] {
min-height: 230px;
}
.friends-picker-navigation {
- margin: 0 0 10px 0;
- padding:0 0 10px 0;
- border-bottom:1px solid #cccccc;
+ margin: 0 0 10px;
+ padding:0 0 10px;
+ border-bottom:1px solid #ccc;
}
.friends-picker-navigation ul {
list-style: none;
@@ -172,7 +172,7 @@ input[type="radio"] {
color:#333 !important;
}
.friends-picker-navigation li a:hover {
- background: #333333;
+ background: #333;
color:white !important;
}
.friends-picker-navigation li a.current {