diff options
| author | 2018-12-04 20:37:52 +0100 | |
|---|---|---|
| committer | 2018-12-04 20:37:52 +0100 | |
| commit | 8bbf567fde704619ce98598593cff2a486f231ba (patch) | |
| tree | f742308e038b0523fc0414bdd244cb9866f85ccd /p | |
| parent | 49903fe1aa2b02e476a43ba2dba319c3beb4e2e9 (diff) | |
[BlueLagoon] Fix header's height (#2161)
Diffstat (limited to 'p')
| -rw-r--r-- | p/themes/BlueLagoon/BlueLagoon.css | 12 | ||||
| -rw-r--r-- | p/themes/BlueLagoon/icons/icon.svg | 2 |
2 files changed, 6 insertions, 8 deletions
diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css index 164088f4b..f167f2051 100644 --- a/p/themes/BlueLagoon/BlueLagoon.css +++ b/p/themes/BlueLagoon/BlueLagoon.css @@ -137,8 +137,6 @@ button.as-link[disabled] { .stick .btn:first-child,.stick input:first-child { border-radius: 6px 0 0 6px; } -.stick .btn-important:first-child { -} .stick .btn:last-child, .stick input:last-child { border-radius: 0 6px 6px 0; } @@ -570,7 +568,6 @@ a.btn { /*===============*/ /*=== Header */ .header { - height: 55px; background: linear-gradient(0deg, #EDE7DE 0%, #FFF 100%) #EDE7DE; background: -webkit-linear-gradient(bottom, #EDE7DE 0%, #FFF 100%); border-bottom: solid 1px #BDB7AE; @@ -582,14 +579,14 @@ a.btn { text-align: center; } .header > .item.title .logo { - height: 60px; - width: 60px; + height: 40px; + width: 40px; } .header > .item.title{ width: 250px; } .header > .item.title h1 { - margin: 0.5em 0; + margin: 10px 0; } .header > .item.title h1 a { text-decoration: none; @@ -607,7 +604,8 @@ a.btn { /*=== Body */ #global { background:#F9F7F4; - height: calc(100% - 60px); + /* Header : 60px + 1px border bottom */ + height: calc(100% - 61px); } .aside { box-shadow: 0 2px 2px #171717 inset; diff --git a/p/themes/BlueLagoon/icons/icon.svg b/p/themes/BlueLagoon/icons/icon.svg index 8abfea179..777e85de1 100644 --- a/p/themes/BlueLagoon/icons/icon.svg +++ b/p/themes/BlueLagoon/icons/icon.svg @@ -1,5 +1,5 @@ <!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 59.4 59.7"> <defs> <linearGradient id="linearGradient3796"> <stop stop-color="#0090ff" offset="0"/> |
