//Porting more components to bootstrap

This commit is contained in:
Kevin Granger
2013-06-21 17:47:05 +02:00
parent 40f03d0ba1
commit aa8d6d5872
21 changed files with 1491 additions and 271 deletions
+5 -6
View File
@@ -59,16 +59,11 @@
width:100%;
border-collapse: collapse;
}
}
#nobootstrap table.widthfull {
width:100%;
}
#nobootstrap .table thead th {
vertical-align:top;
}
@@ -83,5 +78,9 @@
height:25px!important;
}
#nobootstrap [class^="icon-"], #nobootstrap [class*=" icon-"] { width: auto}
#nobootstrap [class^="icon-"], #nobootstrap [class*=" icon-"] { width: auto}
#nobootstrap .toolbarBox [class^="process-icon-"], #nobootstrap .toolbarBox [class*=" process-icon-"] {
text-indent: -9000px;
overflow: hidden
}