diff options
Diffstat (limited to 'css/style.css')
| -rw-r--r-- | css/style.css | 35 |
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 |
