// moved admin css and backward compatibility css to admin theme css directory

This commit is contained in:
Kevin Granger
2013-11-04 19:48:53 +01:00
parent 569455a7ff
commit fbc93e5632
11 changed files with 810 additions and 5564 deletions
-2060
View File
File diff suppressed because it is too large Load Diff
-2672
View File
File diff suppressed because it is too large Load Diff
-86
View File
@@ -1,86 +0,0 @@
#nobootstrap a {
line-height:normal;
}
#nobootstrap .categorieList a {
line-height:20px;
}
#nobootstrap p {
line-height:normal;
}
#nobootstrap legend {
font-size:13px;
line-height:20px;
width:auto!important;
}
#nobootstrap label {
font-size:13px;
display:inline;
line-height:normal;
}
#nobootstrap .breadcrumb {
padding:0;
}
#nobootstrap li {
line-height:normal;
}
#nobootstrap select,#nobootstrap textarea, #nobootstrap input {
height:auto!important;
font-size:12px!important;
line-height:normal;
margin-bottom:auto;
font-family:Arial,Verdana,Helvetica,sans-serif;
margin-bottom:0!important;
width:auto;
}
#nobootstrap label, #nobootstrap input, #nobootstrap button, #nobootstrap select, #nobootstrap textarea {
font-size:12px;
line-height:13px;
}
#nobootstrap input[type="radio"],#nobootstrap input[type="checkbox"] {
margin:0;
}
#nobootstrap input[type="text"] {
height:14px!important;
}
#nobootstrap table.table {
margin:0;
padding:0;
width:100%;
border-collapse: collapse;
}
#nobootstrap table.widthfull {
width:100%;
}
#nobootstrap .table thead th {
vertical-align:top;
}
#nobootstrap .table th,#nobootstrap .table td {
line-height:normal;
vertical-align:middle;
border-top:none;
}
#nobootstrap #header #header_search #bo_search_submit {
height:25px!important;
}
#nobootstrap [class^="icon-"], #nobootstrap [class*=" icon-"] { width: auto}
#nobootstrap .toolbarBox [class^="process-icon-"], #nobootstrap .toolbarBox [class*=" process-icon-"] {
text-indent: -9000px;
overflow: hidden
}
-54
View File
@@ -1,54 +0,0 @@
#nobootstrap
a
line-height: normal
.categorieList a
line-height: 20px
p
line-height: normal
legend
font-size: 13px
line-height: 20px
width: auto!important
label
font-size: 13px
display: inline
line-height: normal
.breadcrumb
padding:0
li
line-height:normal
select, textarea, input
height: auto!important
font-size: 12px!important
line-height: normal
margin-bottom: auto
font-family: Arial,Verdana,Helvetica,sans-serif
margin-bottom: 0!important
width: auto
label, input, button, select, textarea
font-size: 12px
line-height: 13px
input[type="radio"], input[type="checkbox"]
margin: 0
input[type="text"]
height: 14px!important
table.table
margin: 0
padding: 0
width: 100%
border-collapse: collapse
table.widthfull
width: 100%
.table thead th
vertical-align:top
.table th, .table td
line-height: normal
vertical-align: middle
border-top: none
#header #header_search #bo_search_submit
height: 25px!important
[class^="icon-"], [class*=" icon-"]
width: auto
.toolbarBox [class^="process-icon-"], .toolbarBox [class*=" process-icon-"]
text-indent: -9000px
overflow: hidden