Commit 1f00444a5a1d450df7336d3e6ad55ec220d248b3
1 parent
b4c6fe75
Exists in
master
and in
29 other branches
Better default style for notice box
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
public/designs/themes/base/layout.css
@@ -307,6 +307,7 @@ div#notice { | @@ -307,6 +307,7 @@ div#notice { | ||
307 | top: 33px; | 307 | top: 33px; |
308 | left: 10px; | 308 | left: 10px; |
309 | margin-left: 0px; | 309 | margin-left: 0px; |
310 | + padding: 5px; | ||
310 | } | 311 | } |
311 | 312 | ||
312 | .docSize-GT-900 div#notice { top: 33px; left: 1%; margin-left: 10px; } | 313 | .docSize-GT-900 div#notice { top: 33px; left: 1%; margin-left: 10px; } |