aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/forms.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-14 21:50:34 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-14 21:50:34 +0000
commitd3b5a8a53771dee9788608d1a30135ca0fa7c6aa (patch)
tree3c6202684991301a68802d307bec9eb4308dcd88 /views/default/css/elements/forms.php
parentd27572e839f8f5d035471ce79aa2c2797b9bd086 (diff)
downloadelgg-d3b5a8a53771dee9788608d1a30135ca0fa7c6aa.tar.gz
elgg-d3b5a8a53771dee9788608d1a30135ca0fa7c6aa.tar.bz2
Fixes #3109: added non-vendor-prefixed css property declarations where applicable. Cleaned up various other aspects of the css
git-svn-id: http://code.elgg.org/elgg/trunk@8703 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/elements/forms.php')
-rw-r--r--views/default/css/elements/forms.php34
1 files changed, 22 insertions, 12 deletions
diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php
index 7c2d273f2..9a379e742 100644
--- a/views/default/css/elements/forms.php
+++ b/views/default/css/elements/forms.php
@@ -24,25 +24,25 @@ label {
}
input, textarea {
- font: 120% Arial, Helvetica, sans-serif;
+ border: 1px solid #cccccc;
color: #666666;
-
+ font: 120% Arial, Helvetica, sans-serif;
padding: 5px;
+ width: 100%;
- border: 1px solid #cccccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
+ border-radius: 5px;
- width: 100%;
- -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
box-sizing: border-box;
}
input:focus, textarea:focus {
border: solid 1px #4690d6;
background: #e4ecf5;
- color:#333333;
+ color:#333;
}
textarea {
@@ -105,14 +105,19 @@ input[type="radio"] {
width: 730px;
height: auto;
background-color: #dedede;
- -moz-border-radius: 8px;
+
-webkit-border-radius: 8px;
+ -moz-border-radius: 8px;
+ border-radius: 8px;
}
.friendspicker-savebuttons {
background: white;
+
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
- margin:0 10px 10px 10px;
+ border-radius: 8px;
+
+ margin:0 10px 10px;
}
.friends-picker .friends-picker-container { /* long container used to house end-to-end panels. Width is calculated in JS */
position: relative;
@@ -152,17 +157,19 @@ input[type="radio"] {
font-weight: bold;
text-align: center;
background: white;
- color: #999999;
+ color: #999;
text-decoration: none;
display: block;
padding: 0;
width:20px;
+
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
+ border-radius: 4px;
}
.tabHasContent {
background: white;
- color:#333333 !important;
+ color:#333 !important;
}
.friends-picker-navigation li a:hover {
background: #333333;
@@ -208,10 +215,13 @@ input[type="radio"] {
}
.friendspicker-members-table {
background: #dedede;
+
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
- margin:10px 0 0 0;
- padding:10px 10px 0 10px;
+ border-radius: 8px;
+
+ margin:10px 0 0;
+ padding:10px 10px 0;
}
/* ***************************************