Changing layout for info.

This commit is contained in:
Gunther Brunner
2014-05-02 19:24:32 +09:00
parent a702c2bdbc
commit 76b9555f4a
2 changed files with 23 additions and 20 deletions

View File

@@ -1,21 +1,24 @@
.ace_editor ::-webkit-scrollbar-thumb {
/*background: #bbbbbb;*/
/*background: red;*/
background: rgba(255, 255, 255, 0.15);
/*background: #bbbbbb;*/
/*background: red;*/
background: rgba(255, 255, 255, 0.15);
}
.ace_editor ::-webkit-scrollbar-track {
/*background: red;*/
background: rgba(255, 255, 255, 0.05);
/*background: red;*/
background: rgba(255, 255, 255, 0.05);
}
.input-group-btn .btn {
margin-right: 0;
margin-right: 0;
}
.widget-container .heading .checkbox-inline {
margin-left: 5px;
margin-right: 10px;
}
}
.padded-small {
padding: 5px;
}