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

View File

@ -49,15 +49,15 @@
} }
li.applicationList { li.applicationList {
width: auto !important; width: 100% !important;
margin-left: -17px; margin-left: -17px;
background-color: transparent; background-color: transparent;
border: none; border: none;
} }
.applicationListHeader { .applicationListHeader {
margin-bottom: 10px; margin-bottom: 5px;
margin-top: 15px; margin-top: 5px;
color: #FFF; color: #FFF;
height: 36px !important; height: 36px !important;
text-align: center; text-align: center;
@ -85,3 +85,9 @@ li.applicationList {
padding-left: 10px; padding-left: 10px;
margin-bottom: 0px !important; 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 */ /* ABOUT VIEW */
#aboutDiv { #aboutDiv {
background-color: rgba(0,0,0,0.1); background-color: rgba(0,0,0,0.03);
padding-bottom: 5px; padding-bottom: 5px;
} }