diverse style anpassungen:
hintergrund bei lampel vertical tabs navi bar verkleinert und border-bottom radius entfernt
This commit is contained in:
parent
e0cd2112ed
commit
b8d6002f1b
|
@ -56,6 +56,7 @@ body {
|
||||||
height: 64px;
|
height: 64px;
|
||||||
width: 204px;
|
width: 204px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
background-color: #111;
|
||||||
}
|
}
|
||||||
.lampel .circle {
|
.lampel .circle {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -73,11 +74,16 @@ body {
|
||||||
transform: rotate(-90deg) translate(0, 100%);
|
transform: rotate(-90deg) translate(0, 100%);
|
||||||
transform-origin: 0% 100%;
|
transform-origin: 0% 100%;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
top: 358px;
|
top: 373px;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: -4px;
|
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 {
|
.ui-tabs-vertical .ui-tabs-panel {
|
||||||
margin-left: 50px;
|
margin-left: 31px;
|
||||||
|
}
|
||||||
|
.ui-tabs-vertical .ui-tabs-nav a {
|
||||||
|
font-size: 11px;
|
||||||
}
|
}
|
Loading…
Reference in New Issue