summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
authorlaurence <laurenceseo99@gmail.com>2013-09-17 03:36:57 +0800
committerlaurence <laurenceseo99@gmail.com>2013-09-17 03:36:57 +0800
commitf637859b0ecffef206d9af3ea052d542ce05bd85 (patch)
tree65a2b8c0c44bdbc31ae6026edb9b1e774929a991 /css/style.css
parentb7c989c804fe6823e4147752d4a963f1e5e94ca7 (diff)
favorite panel
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css35
1 files changed, 34 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 7b944cb..6c57ec6 100644
--- a/css/style.css
+++ b/css/style.css
@@ -53,7 +53,7 @@ color: black;
#preview {
height:150px;
}
-#transparent,#submitvalue {
+#transparent,#submitvalue,#addfavlist,#openfavlist {
font-size:12px;
}
#namespace {
@@ -205,4 +205,37 @@ label {
}
#noticeDlg {
display:none;
+}
+#favpanel{
+ width:inherit;
+}
+#favpanel .paneltitle{
+ color:black;
+ font-size: 16px;
+ text-align:center;
+ width:inherit;
+ display:block;
+}
+.favcolor label{
+ font-size: 12px;
+ text-align:center;
+ padding:0;
+ width:50px;
+ margin:0;
+ color:black;
+}
+.favcolor {
+ float:left;
+ width:47%;
+ margin-right:3px;
+}
+.clear {
+ clear:both;
+}
+.favmsg {
+ font-size: 13px;
+ color:red;
+ width:inherit;
+ text-align:center;
+ display:block;
} \ No newline at end of file