Commit fe04caeb authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes #3239 Some more style modifications

Showing with 17 additions and 5 deletions
+17 -5
...@@ -15,9 +15,11 @@ ul.menu li > a { ...@@ -15,9 +15,11 @@ ul.menu li > a {
display:block; display:block;
} }
ul.menu > li { ul.menu > li {
border:1px solid #AAA; border:0;
margin-bottom:5px; margin-bottom:5px;
padding-bottom:3px; padding-bottom:3px;
border-radius:5px;
box-shadow:0px 0px 3px black inset;
} }
ul.menu > li > a { ul.menu > li > a {
font-family:arial,helvetica,sans-serif; font-family:arial,helvetica,sans-serif;
...@@ -25,13 +27,14 @@ font-size:12px; ...@@ -25,13 +27,14 @@ font-size:12px;
font-weight:bold; font-weight:bold;
color:#00008F; color:#00008F;
text-decoration:none; text-decoration:none;
border-bottom:1px solid #AAA;
background-color:#dbe6c6; background-color:#dbe6c6;
text-align:center; text-align:center;
vertical-align:middle; vertical-align:middle;
margin-bottom:3px; margin-bottom:3px;
padding-bottom:5px; padding-bottom:5px;
padding-top:5px; padding-top:5px;
border-radius:5px 5px 0 0;
border:1px solid #AAA;
} }
ul.menu ul > li > a { ul.menu ul > li > a {
...@@ -43,7 +46,6 @@ vertical-align:middle; ...@@ -43,7 +46,6 @@ vertical-align:middle;
margin:2px 0px; margin:2px 0px;
padding-top:2px; padding-top:2px;
padding-bottom:2px; padding-bottom:2px;
transition:box-shadow .5s ease, background .5s ease;
} }
html.ltr ul.menu ul > li > a { html.ltr ul.menu ul > li > a {
text-align:left; text-align:left;
...@@ -68,6 +70,9 @@ text-decoration:none; ...@@ -68,6 +70,9 @@ text-decoration:none;
color:#00008f; color:#00008f;
} }
.menuitem {
transition:box-shadow .5s ease, background .5s ease;
}
.menuitem a:hover { .menuitem a:hover {
text-decoration:none; text-decoration:none;
} }
...@@ -93,6 +98,7 @@ border-top:none; ...@@ -93,6 +98,7 @@ border-top:none;
{ {
border:none; border:none;
vertical-align:middle; vertical-align:middle;
flex:none;
} }
h1.menuheader { h1.menuheader {
...@@ -104,17 +110,21 @@ background-color:#DBE6C6; ...@@ -104,17 +110,21 @@ background-color:#DBE6C6;
} }
html.ltr h1.menuheader { html.ltr h1.menuheader {
border-right:1px solid #AAAAAA; border-right:1px solid #AAAAAA;
border-radius:0 0 5px 0;
float:left; float:left;
} }
html.rtl h1.menuheader { html.rtl h1.menuheader {
border-left:1px solid #AAAAAA; border-left:1px solid #AAAAAA;
border-radius:0 0 0 5px;
float:right; float:right;
} }
.iconmenu { .iconmenu {
cursor:pointer; cursor:pointer;
display:inline-block; display:flex;
align-items:center;
width:18%; width:18%;
min-width:130px;
margin:.5%; margin:.5%;
padding:.5%; padding:.5%;
border-radius:5px; border-radius:5px;
...@@ -158,6 +168,8 @@ background-color:#F0F0F0; ...@@ -158,6 +168,8 @@ background-color:#F0F0F0;
margin:2px; margin:2px;
padding:2px; padding:2px;
min-width:70px; min-width:70px;
min-height:80px;
display:inline-block;
} }
.iconmenu img .iconmenu img
{ {
......
...@@ -241,6 +241,7 @@ border-spacing:5px; ...@@ -241,6 +241,7 @@ border-spacing:5px;
padding:0; padding:0;
margin-top:0; margin-top:0;
vertical-align:top; vertical-align:top;
box-shadow:0px 0px 2px black;
} }
html.ltr table.framework { html.ltr table.framework {
margin-left:0; margin-left:0;
...@@ -660,7 +661,6 @@ text-align:left; ...@@ -660,7 +661,6 @@ text-align:left;
div.setup_header { div.setup_header {
background-color:#bbcc99; background-color:#bbcc99;
padding:4px 5px 2px; padding:4px 5px 2px;
border-bottom:1px solid #999;
color:#000; color:#000;
} }
......
  • bmortier @bmortier

    mentioned in issue #1083 (closed)

    By Côme Chilliet on 2017-09-02T15:11:54 (imported from GitLab)

    ·

    mentioned in issue #1083 (closed)

    By Côme Chilliet on 2017-09-02T15:11:54 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment