diff options
| author | laurence <laurenceseo99@gmail.com> | 2013-09-19 08:49:48 +0800 |
|---|---|---|
| committer | laurence <laurenceseo99@gmail.com> | 2013-09-19 08:49:48 +0800 |
| commit | e01dea2a867cebcaa20aa25fa14f4ab7bdc459ae (patch) | |
| tree | eb0745d5031f409283e194057359b120899eed63 /css/style.css | |
| parent | f637859b0ecffef206d9af3ea052d542ce05bd85 (diff) | |
laurence for favorite panel
Diffstat (limited to 'css/style.css')
| -rw-r--r-- | css/style.css | 14 |
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 |
