diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/draw/app.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/draw/app.css b/tools/draw/app.css index eb03b8b..7a6e380 100644 --- a/tools/draw/app.css +++ b/tools/draw/app.css | |||
| @@ -44,7 +44,6 @@ button { | |||
| 44 | background: #fff; | 44 | background: #fff; |
| 45 | border-radius: 5px; | 45 | border-radius: 5px; |
| 46 | width: 100%; | 46 | width: 100%; |
| 47 | margin-bottom: 10px; | ||
| 48 | font-weight: bold; | 47 | font-weight: bold; |
| 49 | cursor: pointer; | 48 | cursor: pointer; |
| 50 | text-align: center; | 49 | text-align: center; |
| @@ -59,6 +58,7 @@ nav.colors { | |||
| 59 | 58 | ||
| 60 | nav.colors button { | 59 | nav.colors button { |
| 61 | height: 40px; | 60 | height: 40px; |
| 61 | margin-bottom: 10px; | ||
| 62 | } | 62 | } |
| 63 | 63 | ||
| 64 | nav.tools { | 64 | nav.tools { |
| @@ -71,4 +71,5 @@ nav.tools { | |||
| 71 | nav.tools button { | 71 | nav.tools button { |
| 72 | border: 2px solid #bbb; | 72 | border: 2px solid #bbb; |
| 73 | padding: 10px 0; | 73 | padding: 10px 0; |
| 74 | margin-top: 10px; | ||
| 74 | } | 75 | } |
