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 | 160 | position: absolute; |
| 161 | 161 | top: 49px; |
| 162 | 162 | right: 0px; |
| 163 | - width: 99%; | |
| 163 | + width: 100%; | |
| 164 | 164 | text-align: right; |
| 165 | 165 | background: #ced3ce url(imgs/menu-top-bg-left.png) no-repeat; |
| 166 | 166 | } |
| ... | ... | @@ -341,7 +341,14 @@ div#notice { |
| 341 | 341 | border: 1px solid #d3d7cf; |
| 342 | 342 | -moz-border-radius: 5px; |
| 343 | 343 | |
| 344 | + position: absolute; | |
| 344 | 345 | top: 33px; |
| 345 | - left: 30px; | |
| 346 | + left: 10px; | |
| 346 | 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
public/stylesheets/common.css