diverse style anpassungen:

hintergrund bei lampel
vertical tabs navi bar verkleinert und border-bottom radius entfernt
This commit is contained in:
Hendrik Fellerhoff 2012-03-21 03:46:48 +01:00
parent e0cd2112ed
commit b8d6002f1b
1 changed files with 9 additions and 3 deletions

View File

@ -56,6 +56,7 @@ body {
height: 64px;
width: 204px;
margin: 0 auto;
background-color: #111;
}
.lampel .circle {
display: inline-block;
@ -73,11 +74,16 @@ body {
transform: rotate(-90deg) translate(0, 100%);
transform-origin: 0% 100%;
width: 400px;
top: 358px;
top: 373px;
position: relative;
left: -4px;
margin-bottom: -46px !important;
margin-bottom: -31px !important;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.ui-tabs-vertical .ui-tabs-panel {
margin-left: 50px;
margin-left: 31px;
}
.ui-tabs-vertical .ui-tabs-nav a {
font-size: 11px;
}