output style

This commit is contained in:
Van 2014-10-24 10:46:30 +08:00
parent dcbe085149
commit f508eeba73
1 changed files with 21 additions and 5 deletions

View File

@ -270,22 +270,38 @@
overflow: auto; overflow: auto;
} }
.bottom-window-group table { .bottom-window-group .output {
width: 100%; padding: 2px 5px;
line-height: 16px;
font-size: 12px;
} }
.bottom-window-group .output .start-build, .start-install, .start-get { .bottom-window-group .output pre {
margin: 0;
}
.bottom-window-group .output .start-build,
.bottom-window-group .output .start-install,
.bottom-window-group .output .start-get {
color: #999; color: #999;
} }
.bottom-window-group .output .build-succ, .install-succ, .get-succ { .bottom-window-group .output .build-succ,
.bottom-window-group .output .install-succ,
.bottom-window-group .output .get-succ {
color: rgb(0,153,0); color: rgb(0,153,0);
} }
.bottom-window-group .output .build-failed, .install-failed, .get-failed { .bottom-window-group .output .build-failed,
.bottom-window-group .output .install-failed,
.bottom-window-group .output .get-failed {
color: red; color: red;
} }
.bottom-window-group table {
width: 100%;
}
.bottom-window-group td { .bottom-window-group td {
border-bottom: 1px solid #DDD; border-bottom: 1px solid #DDD;
line-height: 20px; line-height: 20px;