1
0
Fork 0

css fixes for apps-view and docs-view

This commit is contained in:
Heiko Kernbach 2013-10-08 23:29:53 +02:00
parent 0e83c32548
commit b7235c33b4
3 changed files with 14 additions and 8 deletions

View File

@ -42,7 +42,7 @@ table.dataTable thead th {
}
#documentsFooterBox {
background-color: rgba(0,0,0,0.05);
background-color: rgba(0,0,0,0.03);
height: 56px;
}
@ -78,12 +78,12 @@ table.dataTable thead th {
}
.arangoDropdown {
background-color: rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.03);
margin-bottom: -10px;
}
#filterHeader, #importHeader, .arangoDropdownIn {
background-color: rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.03);
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
@ -143,7 +143,7 @@ table.dataTable thead th {
padding-left: 5px;
padding-right: 5px;
padding-top: 40px;
background-color: rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.03);
}
#documentsTableID thead {

View File

@ -49,15 +49,15 @@
}
li.applicationList {
width: auto !important;
width: 100% !important;
margin-left: -17px;
background-color: transparent;
border: none;
}
.applicationListHeader {
margin-bottom: 10px;
margin-top: 15px;
margin-bottom: 5px;
margin-top: 5px;
color: #FFF;
height: 36px !important;
text-align: center;
@ -85,3 +85,9 @@ li.applicationList {
padding-left: 10px;
margin-bottom: 0px !important;
}
.applicationList .span3 {
padding-bottom: 0 !important;
margin-bottom: 10px !important;
margin-left: 12px !important;
}

View File

@ -218,7 +218,7 @@ table .sorting {
/* ABOUT VIEW */
#aboutDiv {
background-color: rgba(0,0,0,0.1);
background-color: rgba(0,0,0,0.03);
padding-bottom: 5px;
}