Improved getting started screen.

This commit is contained in:
Martin Edenhofer 2013-08-05 02:03:27 +02:00
parent 7ecee95998
commit 22555b9cb2

View file

@ -74,6 +74,18 @@ table th, table td {
border-bottom: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee;
} }
.hero-two {
width: 100%;
}
.hero-two .hero-left {
width: 50%;
float: left;
}
.hero-two .hero-right {
width: 50%;
float: right;
}
.content-two { .content-two {
top: 80px; top: 80px;
bottom: 0px; bottom: 0px;
@ -270,7 +282,6 @@ table th, table td {
} }
#task .task { #task .task {
display: inline-block;
max-width: 120px; max-width: 120px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
@ -303,6 +314,7 @@ table th, table td {
#task [data-type="close"] { #task [data-type="close"] {
margin-left: 5px; margin-left: 5px;
font-size: 10px; font-size: 10px;
vertical-align: middle;
} }
#task .taskbar-items { #task .taskbar-items {
@ -779,7 +791,7 @@ footer {
* noty changes * noty changes
*/ */
.noty_bar.noty_layout_top { .noty_bar.noty_layout_top {
top: 48px; top: 56px;
position: fixed; position: fixed;
left: 50%; left: 50%;
margin-left: -300px; margin-left: -300px;