diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/css/default.css | 4 | ||||
-rw-r--r-- | view/theme/duepuntozero/css/style.css | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/view/css/default.css b/view/css/default.css index 80ec47722..8583d6589 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -8,7 +8,7 @@ aside { display: block; width: 200px; position: absolute; - top: 64px; + top: 48px; left: 0; margin-left: 10px; /* float: left; */ @@ -17,7 +17,7 @@ aside { section { position: absolute; - top: 64px; + top: 48px; left: 250px; display: block; right: 15px; diff --git a/view/theme/duepuntozero/css/style.css b/view/theme/duepuntozero/css/style.css index a1a024c46..d8fad071b 100644 --- a/view/theme/duepuntozero/css/style.css +++ b/view/theme/duepuntozero/css/style.css @@ -2581,7 +2581,7 @@ aside input[type='text'] { .fn { - padding: 0px 0px 5px 12px; + padding: 0px 0px 5px 0px; font-size: 120%; font-weight: bold; } |