Diabook - better 1024 resolution support.
This commit is contained in:
parent
b0b4baa331
commit
fa5d25ec7a
|
@ -948,8 +948,8 @@ ul.menu-popup .empty {
|
||||||
aside {
|
aside {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 160px;
|
width: 150px;
|
||||||
padding: 0px 10px 0px 10px;
|
padding: 0px 5px 0px 5px;
|
||||||
border-right: 1px solid #D2D2D2;
|
border-right: 1px solid #D2D2D2;
|
||||||
float: left;
|
float: left;
|
||||||
/* background: #F1F1F1; */
|
/* background: #F1F1F1; */
|
||||||
|
@ -1009,7 +1009,7 @@ aside #profiles-menu {
|
||||||
width: 20em;
|
width: 20em;
|
||||||
}
|
}
|
||||||
aside #search-text {
|
aside #search-text {
|
||||||
width: 150px;
|
width: 140px;
|
||||||
height: 17px;
|
height: 17px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
border-top-left-radius: 15px;
|
border-top-left-radius: 15px;
|
||||||
|
|
|
@ -398,7 +398,7 @@ body {
|
||||||
font-size: 12.5px;
|
font-size: 12.5px;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
color: #2d2d2d;
|
color: #2d2d2d;
|
||||||
margin: 50px 8%;
|
margin: 45px 2%;
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -511,21 +511,6 @@ div.jGrowl div.info {
|
||||||
padding-left: 58px;
|
padding-left: 58px;
|
||||||
}
|
}
|
||||||
/* header */
|
/* header */
|
||||||
header {
|
|
||||||
position: fixed;
|
|
||||||
left: 0%;
|
|
||||||
right: 80%;
|
|
||||||
top: 0px;
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
width: 22%;
|
|
||||||
height: 32px;
|
|
||||||
background: #000;
|
|
||||||
z-index: 100;
|
|
||||||
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
|
|
||||||
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
|
|
||||||
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
|
|
||||||
}
|
|
||||||
header #site-location {
|
header #site-location {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -557,20 +542,6 @@ header #banner #logo-text {
|
||||||
top: 10%;
|
top: 10%;
|
||||||
}
|
}
|
||||||
/* nav */
|
/* nav */
|
||||||
nav {
|
|
||||||
width: 80%;
|
|
||||||
height: 32px;
|
|
||||||
position: fixed;
|
|
||||||
left: 22%;
|
|
||||||
top: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
background: #000;
|
|
||||||
color: #ffffff;
|
|
||||||
z-index: 99;
|
|
||||||
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
|
|
||||||
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
|
|
||||||
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
|
|
||||||
}
|
|
||||||
nav a,
|
nav a,
|
||||||
nav a:active,
|
nav a:active,
|
||||||
nav a:visited,
|
nav a:visited,
|
||||||
|
@ -936,8 +907,8 @@ ul.menu-popup .empty {
|
||||||
aside {
|
aside {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 160px;
|
width: 150px;
|
||||||
padding: 0px 10px 0px 10px;
|
padding: 0px 8px 0px 8px;
|
||||||
border-right: 1px solid #D2D2D2;
|
border-right: 1px solid #D2D2D2;
|
||||||
float: left;
|
float: left;
|
||||||
/* background: #F1F1F1; */
|
/* background: #F1F1F1; */
|
||||||
|
@ -1137,7 +1108,7 @@ section {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
padding: 20px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .pageheader{
|
body .pageheader{
|
||||||
|
|
|
@ -582,9 +582,6 @@ header {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
background: #000;
|
background: #000;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
|
|
||||||
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
|
|
||||||
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
|
|
||||||
}
|
}
|
||||||
header #site-location {
|
header #site-location {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -705,9 +702,6 @@ nav {
|
||||||
background: #000;
|
background: #000;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
|
|
||||||
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
|
|
||||||
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
|
|
||||||
}
|
}
|
||||||
nav a,
|
nav a,
|
||||||
nav a:active,
|
nav a:active,
|
||||||
|
@ -1321,7 +1315,7 @@ section {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
/* width: 90%; */
|
/* width: 90%; */
|
||||||
/* padding: 20px;*/
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .pageheader{
|
body .pageheader{
|
||||||
|
|
Loading…
Reference in a new issue