liquid_feedback_frontend
diff static/style.css @ 564:418b590fa9ed
Optical enhancements, cleanup
| author | bsw |
|---|---|
| date | Tue Jun 19 22:44:18 2012 +0200 (2012-06-19) |
| parents | 12e504938643 |
| children | 499ff506ccc0 |
line diff
1.1 --- a/static/style.css Tue Jun 19 22:39:57 2012 +0200 1.2 +++ b/static/style.css Tue Jun 19 22:44:18 2012 +0200 1.3 @@ -175,7 +175,7 @@ 1.4 } 1.5 1.6 .topbar .logolf { 1.7 - margin-left: 1%; 1.8 + margin-left: 6px; 1.9 font-weight: bold; 1.10 } 1.11 1.12 @@ -274,38 +274,31 @@ 1.13 margin-top: 1ex; 1.14 } 1.15 1.16 -.slot_actions { 1.17 +.page_head .actions { 1.18 margin-left: 10px; 1.19 margin-top: 0.5ex; 1.20 margin-bottom: 1ex; 1.21 } 1.22 1.23 -.page_head { 1.24 +.slot_head { 1.25 background-color: #fff; 1.26 margin: 0px 10px 2ex 10px; 1.27 border: 1px solid #aaa; 1.28 border-radius: 0 0 8px 8px; 1.29 } 1.30 1.31 - 1.32 -.page_head .area_head, 1.33 -.page_head .issue { 1.34 - xborder-top: 1px solid #000; 1.35 -} 1.36 - 1.37 -.page_head .unit_head .title, 1.38 -.page_head .area_head .title, 1.39 +.page_head .title, 1.40 .issue .context, 1.41 .issue .title, 1.42 .initiative_head .title { 1.43 - padding: 8px 16px 2px 16px; 1.44 + padding: 8px 10px 2px 10px; 1.45 } 1.46 1.47 .page_head .unit_head .content, 1.48 .page_head .area_head .content, 1.49 .issue .content, 1.50 .initiative_head .content { 1.51 - padding: 2px 16px 8px 16px; 1.52 + padding: 2px 10px 8px 10px; 1.53 } 1.54 1.55 .page_head .initiative_list, 1.56 @@ -319,8 +312,7 @@ 1.57 1.58 1.59 1.60 -.page_head .unit_head .title, 1.61 -.page_head .area_head .title, 1.62 +.page_head .title, 1.63 .issue .title, 1.64 .initiative_head .title { 1.65 font-weight: bold; 1.66 @@ -423,6 +415,9 @@ 1.67 /************************************************************************* 1.68 * ui.tab 1.69 */ 1.70 +.ui_tabs { 1.71 + margin: 10px 0px; 1.72 +} 1.73 1.74 .ui_tabs_links a { 1.75 padding: 0.75ex 0.6em; 1.76 @@ -1165,7 +1160,6 @@ 1.77 1.78 .slot_help_hidden { 1.79 float: right; 1.80 - margin-right: 1em; 1.81 margin-top: 1ex; 1.82 } 1.83 1.84 @@ -1383,7 +1377,7 @@ 1.85 padding: 0; 1.86 } 1.87 1.88 -.page_head, 1.89 +.slot_head, 1.90 .initiative_head, 1.91 .issues .issue, 1.92 .ui_tabs_links a,