small fixes
This commit is contained in:
parent
972d5edb54
commit
54beddade3
4 changed files with 7 additions and 3 deletions
|
@ -3,7 +3,6 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#user-nav ul {
|
#user-nav ul {
|
||||||
|
@ -25,6 +24,7 @@
|
||||||
display: block;
|
display: block;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
z-index: 99;
|
||||||
}
|
}
|
||||||
|
|
||||||
#user-nav a {
|
#user-nav a {
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
#header
|
#header
|
||||||
{
|
{
|
||||||
padding: 2em 3em;
|
padding: 2em 3em;
|
||||||
xmin-height: 212px;
|
min-height: 212px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -277,3 +277,7 @@
|
||||||
outline: 0px none;
|
outline: 0px none;
|
||||||
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255,249,183, 0.6);
|
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255,249,183, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
min-height: 0 !important;
|
||||||
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*templates/form-widget.cassius*/
|
/*templates/form-widget.cassius*/
|
||||||
|
|
||||||
#main, #reel, #header
|
#main, #reel, #header
|
||||||
overflow-y: auto !important
|
/*overflow-y: auto !important*/
|
||||||
height: auto !important
|
height: auto !important
|
||||||
|
|
Loading…
Reference in a new issue