Commit a56368b8a229e8ce6965b86ab1e6567d904667fb
1 parent
212c9566
Exists in
master
and in
29 other branches
Layout fixes
Showing
4 changed files
with
15 additions
and
3 deletions
Show diff stats
public/designs/themes/base/layout.css
@@ -160,7 +160,7 @@ body, th, td, input { | @@ -160,7 +160,7 @@ body, th, td, input { | ||
160 | position: absolute; | 160 | position: absolute; |
161 | top: 49px; | 161 | top: 49px; |
162 | right: 0px; | 162 | right: 0px; |
163 | - width: 99%; | 163 | + width: 100%; |
164 | text-align: right; | 164 | text-align: right; |
165 | background: #ced3ce url(imgs/menu-top-bg-left.png) no-repeat; | 165 | background: #ced3ce url(imgs/menu-top-bg-left.png) no-repeat; |
166 | } | 166 | } |
@@ -341,7 +341,14 @@ div#notice { | @@ -341,7 +341,14 @@ div#notice { | ||
341 | border: 1px solid #d3d7cf; | 341 | border: 1px solid #d3d7cf; |
342 | -moz-border-radius: 5px; | 342 | -moz-border-radius: 5px; |
343 | 343 | ||
344 | + position: absolute; | ||
344 | top: 33px; | 345 | top: 33px; |
345 | - left: 30px; | 346 | + left: 10px; |
346 | margin-left: 0px; | 347 | margin-left: 0px; |
347 | } | 348 | } |
349 | + | ||
350 | +.docSize-GT-900 div#notice { top: 33px; left: 1%; margin-left: 10px; } | ||
351 | +.docSize-GT-1000 div#notice { top: 33px; left: 2%; margin-left: 10px; } | ||
352 | +.docSize-GT-1100 div#notice { top: 33px; left: 3%; margin-left: 10px; } | ||
353 | +.docSize-GT-1200 div#notice { top: 33px; left: 4%; margin-left: 10px; } | ||
354 | +.docSize-GT-1300 div#notice { top: 33px; left: 5%; margin-left: 10px; } |
9.03 KB
public/designs/themes/noosfero/style.css
@@ -3,3 +3,8 @@ | @@ -3,3 +3,8 @@ | ||
3 | #site-title { | 3 | #site-title { |
4 | background: url(images/logo-noosfero.png) no-repeat; | 4 | background: url(images/logo-noosfero.png) no-repeat; |
5 | } | 5 | } |
6 | + | ||
7 | +.docSize-LT-800 #site-title { | ||
8 | + width: 100px; | ||
9 | + background: url(images/logo-noosfero-no-text.png) no-repeat; | ||
10 | +} |
public/stylesheets/common.css
@@ -134,7 +134,7 @@ div#notice { | @@ -134,7 +134,7 @@ div#notice { | ||
134 | left: 50%; | 134 | left: 50%; |
135 | margin-left: -200px; | 135 | margin-left: -200px; |
136 | width: 400px; | 136 | width: 400px; |
137 | - border: 5px solid #545454; | 137 | + border: 1px solid #545454; |
138 | background: #ffffa9; | 138 | background: #ffffa9; |
139 | padding: 10px; | 139 | padding: 10px; |
140 | } | 140 | } |