summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/style.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/css/style.css b/css/style.css
index 6c57ec6..9e4554b 100644
--- a/css/style.css
+++ b/css/style.css
@@ -218,16 +218,17 @@ label {
}
.favcolor label{
font-size: 12px;
- text-align:center;
+ text-align:left;
padding:0;
- width:50px;
+ width:150px;
margin:0;
color:black;
}
.favcolor {
- float:left;
- width:47%;
margin-right:3px;
+ margin-left:10px;
+ width:inherit;
+ display: block;
}
.clear {
clear:both;
@@ -238,4 +239,9 @@ label {
width:inherit;
text-align:center;
display:block;
+}
+.favcolorbox {
+ height:11px;
+ width:18px;
+ display:inline-block;
} \ No newline at end of file