Commit 49e70099a8489f2865830ab5b4d45fb58984bad0

Authored by AntonioTerceiro
1 parent 26fcc34a

ActionItem0: minor indenting change



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@368 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/templates/default/stylesheets/style.css
1 1 body {
2   -margin: 0px;
3   -padding: 0px;
4   -font-family: Verdana, Sans-Serif;
5   -font-size: 14px;
  2 + margin: 0px;
  3 + padding: 0px;
  4 + font-family: Verdana, Sans-Serif;
  5 + font-size: 14px;
6 6 background-image: url(../images/bg_bgheader.png);
7 7 background-repeat: repeat-x;
8 8 }
... ... @@ -41,25 +41,25 @@ height: 135px;
41 41 }
42 42  
43 43 #boxes {
44   -position: relative;
45   -width: 800px;
46   -left: 50%;
47   -margin-left: -400px;
  44 + position: relative;
  45 + width: 800px;
  46 + left: 50%;
  47 + margin-left: -400px;
48 48 }
49 49  
50 50 #box_3 {
51   -width: 200px;
52   -float: right;
  51 + width: 200px;
  52 + float: right;
53 53 }
54 54  
55 55 #box_2 {
56   -float: left;
57   -width: 200px;
  56 + float: left;
  57 + width: 200px;
58 58 }
59 59  
60 60 #box_1 {
61   -margin-left: 205px;
62   -margin-right: 205px;
  61 + margin-left: 205px;
  62 + margin-right: 205px;
63 63 }
64 64  
65 65 #spinner {
... ... @@ -71,67 +71,67 @@ margin-right: 205px;
71 71 }
72 72  
73 73 #footer {
74   -margin: 0px;
75   -padding: 5px;
76   -text-align: center;
77   -clear: both;
78   -background: #c5d0df url("../images/bg_footer.png") top left repeat-x;
  74 + margin: 0px;
  75 + padding: 5px;
  76 + text-align: center;
  77 + clear: both;
  78 + background: #c5d0df url("../images/bg_footer.png") top left repeat-x;
79 79 }
80 80  
81 81  
82 82 /* Edition Mode */
83 83  
84 84 #design_editor .block_list {
85   -list-style: none;
86   -margin: 0px;
87   -padding: 3px;
  85 + list-style: none;
  86 + margin: 0px;
  87 + padding: 3px;
88 88 }
89 89  
90 90 #design_editor .box {
91   -border: 2px solid transparent;
  91 + border: 2px solid transparent;
92 92 }
93 93  
94 94 #design_editor .hover {
95   -border: 2px dotted red;
96   -background: #ff6;
  95 + border: 2px dotted red;
  96 + background: #ff6;
97 97 }
98 98  
99 99 #design_editor_toolbar {
100   -padding: 5px;
  100 + padding: 5px;
101 101 }
102 102  
103 103 #design_editor_toolbar h3 {
104   -font-size: 10px;
105   -background: #dfdfdf;
106   -margin: 0px;
107   -padding: 1px;
108   -text-align: right;
109   -color: #545454;
  104 + font-size: 10px;
  105 + background: #dfdfdf;
  106 + margin: 0px;
  107 + padding: 1px;
  108 + text-align: right;
  109 + color: #545454;
110 110 }
111 111  
112 112 #design_editor_toolbar a {
113   -font-size: 10px;
114   -padding: 5px;
115   -background: #dfdfdf;
116   -color: black;
  113 + font-size: 10px;
  114 + padding: 5px;
  115 + background: #dfdfdf;
  116 + color: black;
117 117 }
118 118  
119 119 .design_editor_box_toolbar {
120   -text-align: center;
121   -margin: 5px;
122   -background: #dfdfdf;
  120 + text-align: center;
  121 + margin: 5px;
  122 + background: #dfdfdf;
123 123 }
124 124  
125 125 .design_editor_box_toolbar a {
126   -display: inline;
127   -width: 30px;
128   -font-size: 10px;
129   -padding: 2px;
130   -background: #dfdfdf;
  126 + display: inline;
  127 + width: 30px;
  128 + font-size: 10px;
  129 + padding: 2px;
  130 + background: #dfdfdf;
131 131 }
132 132  
133 133 #design_editor_toolbar a:hover, .design_editor_box_toolbar a:hover {
134   -background: #545454;
135   -color: #ffffff;
  134 + background: #545454;
  135 + color: #ffffff;
136 136 }
137 137  
... ...