1
0
Fork 0

CSS cleanup and added rounded shape to buttons.

This commit is contained in:
Michael Hackstein 2014-01-25 00:00:39 +01:00
parent 91068a8fdd
commit ddab77cb96
5 changed files with 32 additions and 42 deletions

View File

@ -1,3 +1,8 @@
.btn {
border-radius: 4px;
box-shadow: 0;
}
.addButton {
position: relative;
margin-right: 7px;
@ -17,5 +22,27 @@ a.headerButton {
margin-top: -2px;
margin-left: 5px;
margin-right: 5px;
min-height: 23px;
min-height: 19px;
border-radius: 2px;
position: relative;
box-shadow: none;
background: #8f8d8c !important;
color:#FFFFFF !important;
height:20px;
width:14px;
}
a.paginationButton, ul.arangoPagination a {
border-radius: 2px;
}
/*
#documentsToolbar span {
position: absolute;
top: 0;
right: 2px;
font-size: 25px;
margin-right: 3px;
margin-left: 0px;
}
*/

View File

@ -18,7 +18,7 @@
}
.thumbnail, .navbar-inner, .btn, .btn-primary {
.thumbnail, .navbar-inner {
border-radius:0;
box-shadow: 0;
}
@ -140,13 +140,6 @@
font-size: 17px !important;
}
#transparentHeader ul, #transparentHeader li, #transparentHeader a {
border-radius: 0 !important;
}
#transparentHeader .pagination-small ul > li:last-child > a {
}
#transparentHeader .btn-group {
margin-top:4px;
}
@ -199,11 +192,7 @@ border-top: 0;
}
*/
.dropdown-toggle {
border-radius: 0 !important;
}
.dashSwitch {
.dropdown-toggle, .dashSwitch {
border-radius: 0 !important;
}

View File

@ -29,10 +29,6 @@
max-height: 30px !important;
}
#dashboardHeader ul a {
border-radius: 0 !important;
}
.group-close, .group-open {
opacity: 0 !important;
float:right;

View File

@ -156,7 +156,6 @@
}
#collectionPrev {
margin-right: 11px;
margin-left: 20px;
}
@ -178,7 +177,7 @@
}
#documentsToolbar li {
margin-right: 6px;
margin-right: 2px;
}
#documentsToolbar .pagination-mini ul > li:first-child > a,
@ -369,19 +368,6 @@
float:right;
}
/*RADIUS*/
#documentsToolbarF a , #documentsToolbar a{
border-radius: 0 !important;
}
#documentsToolbarF ul, #documentsToolbar ul {
border-radius: 0 !important;
}
#documentsToolbarF li ,#documentsToolbar li{
border-radius: 0 !important;
}
#documentsToolbarF a, #logPaginationDiv a {
margin-left: 11px;
}
@ -418,14 +404,6 @@
padding: 5px 11px 2px 9px;
}
#documentsToolbar span {
position: absolute;
top: 0;
right: 2px;
font-size: 25px;
margin-right: 3px;
margin-left: 0px;
}
/* better look of some icons */
#documentsToolbar .icon_arangodb_filter {

View File

@ -25,7 +25,7 @@
}
/* Radius */
.thumbnail, .navbar-inner, .btn, .btn-primary {
.thumbnail, .navbar-inner {
border-radius:0;
box-shadow: 0;
}