diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-08 16:08:59 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-08 16:08:59 +0200 |
| commit | e8f7597425cf001b1c677e94797a30edf456dfe2 (patch) | |
| tree | 3ab037a3e408ac0f3dfc10d8d9db90a08c0b7f29 /res/client | |
| parent | b7adb5193ccef24cc465a6246982d262ad7e5c86 (diff) | |
.doc-title: rm unnecessary float, set sance margin, padding
Diffstat (limited to 'res/client')
| -rw-r--r-- | res/client/css/partials/top-bar.scss | 4 | ||||
| -rw-r--r-- | res/client/css/style.css | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss index c8aba010..46b18cec 100644 --- a/res/client/css/partials/top-bar.scss +++ b/res/client/css/partials/top-bar.scss @@ -8,10 +8,10 @@ } .doc-title{ - float: left; font-family: $semibold-font-family; color: $light-grey; - margin: 10px $doc-margin 10px $doc-margin; + margin-left: 40px; + padding: 10px; font-size: $h3-size; } diff --git a/res/client/css/style.css b/res/client/css/style.css index b7434a43..6a6f81ea 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -795,8 +795,10 @@ body.debug .debug-ui-right { float: left; font-family: "Source_Semibold", sans-serif; color: #f5f5fa; - margin: 10px 70px 10px 70px; - font-size: 18px; } + margin-left: 40px; + font-size: 18px; + padding: 10px; + } .user-area { float: right; |
