mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-28 20:52:21 +01:00
remove all tablesorter assets and css
This commit is contained in:
parent
e877d125d7
commit
f62c9379fb
40
bootstrap.css
vendored
40
bootstrap.css
vendored
@ -6,7 +6,7 @@
|
|||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||||
* Date: Wed Jan 25 15:27:50 PST 2012
|
* Date: Wed Jan 25 20:07:19 PST 2012
|
||||||
*/
|
*/
|
||||||
article,
|
article,
|
||||||
aside,
|
aside,
|
||||||
@ -1056,44 +1056,6 @@ table .span12 {
|
|||||||
width: 924px;
|
width: 924px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
table .header {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
table .header:after {
|
|
||||||
content: "";
|
|
||||||
float: right;
|
|
||||||
margin-top: 7px;
|
|
||||||
border-width: 0 4px 4px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: #000000 transparent;
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
table .headerSortUp, table .headerSortDown {
|
|
||||||
background-color: #f7f7f9;
|
|
||||||
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
|
||||||
}
|
|
||||||
table .header:hover:after {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
table .headerSortDown:after, table .headerSortDown:hover:after {
|
|
||||||
visibility: visible;
|
|
||||||
filter: alpha(opacity=60);
|
|
||||||
-moz-opacity: 0.6;
|
|
||||||
opacity: 0.6;
|
|
||||||
}
|
|
||||||
table .headerSortUp:after {
|
|
||||||
border-bottom: none;
|
|
||||||
border-left: 4px solid transparent;
|
|
||||||
border-right: 4px solid transparent;
|
|
||||||
border-top: 4px solid #000000;
|
|
||||||
visibility: visible;
|
|
||||||
-webkit-box-shadow: none;
|
|
||||||
-moz-box-shadow: none;
|
|
||||||
box-shadow: none;
|
|
||||||
filter: alpha(opacity=60);
|
|
||||||
-moz-opacity: 0.6;
|
|
||||||
opacity: 0.6;
|
|
||||||
}
|
|
||||||
.icon {
|
.icon {
|
||||||
background-image: url(docs/assets/img/glyphicons-halflings-sprite.png);
|
background-image: url(docs/assets/img/glyphicons-halflings-sprite.png);
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
|
5
bootstrap.min.css
vendored
5
bootstrap.min.css
vendored
@ -204,11 +204,6 @@ table .span9{float:none;width:684px;margin-left:0;}
|
|||||||
table .span10{float:none;width:764px;margin-left:0;}
|
table .span10{float:none;width:764px;margin-left:0;}
|
||||||
table .span11{float:none;width:844px;margin-left:0;}
|
table .span11{float:none;width:844px;margin-left:0;}
|
||||||
table .span12{float:none;width:924px;margin-left:0;}
|
table .span12{float:none;width:924px;margin-left:0;}
|
||||||
table .header{cursor:pointer;}table .header:after{content:"";float:right;margin-top:7px;border-width:0 4px 4px;border-style:solid;border-color:#000000 transparent;visibility:hidden;}
|
|
||||||
table .headerSortUp,table .headerSortDown{background-color:#f7f7f9;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);}
|
|
||||||
table .header:hover:after{visibility:visible;}
|
|
||||||
table .headerSortDown:after,table .headerSortDown:hover:after{visibility:visible;filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;}
|
|
||||||
table .headerSortUp:after{border-bottom:none;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000000;visibility:visible;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;}
|
|
||||||
.icon{background-image:url(docs/assets/img/glyphicons-halflings-sprite.png);background-position:0 0;background-repeat:no-repeat;display:inline-block;vertical-align:text-top;width:14px;height:14px;}
|
.icon{background-image:url(docs/assets/img/glyphicons-halflings-sprite.png);background-position:0 0;background-repeat:no-repeat;display:inline-block;vertical-align:text-top;width:14px;height:14px;}
|
||||||
.glass{background-position:0 0;}
|
.glass{background-position:0 0;}
|
||||||
.music{background-position:-24px 0;}
|
.music{background-position:-24px 0;}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -136,57 +136,3 @@ table {
|
|||||||
.span11 { .tableColumns(11); }
|
.span11 { .tableColumns(11); }
|
||||||
.span12 { .tableColumns(12); }
|
.span12 { .tableColumns(12); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// TABLESORTER
|
|
||||||
// -----------
|
|
||||||
// Support for the tablesorter jQuery plugin
|
|
||||||
|
|
||||||
table {
|
|
||||||
// Tablesorting styles w/ jQuery plugin
|
|
||||||
.header {
|
|
||||||
cursor: pointer;
|
|
||||||
&:after {
|
|
||||||
content: "";
|
|
||||||
float: right;
|
|
||||||
margin-top: 7px;
|
|
||||||
border-width: 0 4px 4px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: @black transparent;
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// Style the sorted column headers (THs)
|
|
||||||
.headerSortUp,
|
|
||||||
.headerSortDown {
|
|
||||||
background-color: #f7f7f9;
|
|
||||||
text-shadow: 0 1px 1px rgba(255,255,255,.75);
|
|
||||||
}
|
|
||||||
// Style the ascending (reverse alphabetical) column header
|
|
||||||
.header:hover {
|
|
||||||
&:after {
|
|
||||||
visibility:visible;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// Style the descending (alphabetical) column header
|
|
||||||
.headerSortDown,
|
|
||||||
.headerSortDown:hover {
|
|
||||||
&:after {
|
|
||||||
visibility:visible;
|
|
||||||
.opacity(60);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// Style the ascending (reverse alphabetical) column header
|
|
||||||
.headerSortUp {
|
|
||||||
&:after {
|
|
||||||
border-bottom: none;
|
|
||||||
border-left: 4px solid transparent;
|
|
||||||
border-right: 4px solid transparent;
|
|
||||||
border-top: 4px solid @black;
|
|
||||||
visibility:visible;
|
|
||||||
.box-shadow(none); //can't add boxshadow to downward facing arrow :(
|
|
||||||
.opacity(60);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user