From f637859b0ecffef206d9af3ea052d542ce05bd85 Mon Sep 17 00:00:00 2001 From: laurence Date: Tue, 17 Sep 2013 03:36:57 +0800 Subject: favorite panel --- css/style.css | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) (limited to 'css') 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 -- cgit v1.2.3-70-g09d2