Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
799fd6ad
Commit
799fd6ad
authored
Jul 02, 2011
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get rid of assets/img in favor of css arrows
parent
ff694b35
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
93 additions
and
37 deletions
+93
-37
.DS_Store
.DS_Store
+0
-0
assets/img/dropdown-arrow.gif
assets/img/dropdown-arrow.gif
+0
-0
assets/img/grid-20px.png
assets/img/grid-20px.png
+0
-0
assets/img/tablesorter-indicators.png
assets/img/tablesorter-indicators.png
+0
-0
bootstrap-1.0.0.css
bootstrap-1.0.0.css
+49
-17
bootstrap-1.0.0.min.css
bootstrap-1.0.0.min.css
+6
-6
lib/patterns.less
lib/patterns.less
+5
-3
lib/tables.less
lib/tables.less
+33
-11
No files found.
.DS_Store
View file @
799fd6ad
No preview for this file type
assets/img/dropdown-arrow.gif
deleted
100644 → 0
View file @
ff694b35
49 Bytes
assets/img/grid-20px.png
deleted
100644 → 0
View file @
ff694b35
324 Bytes
assets/img/tablesorter-indicators.png
deleted
100644 → 0
View file @
ff694b35
451 Bytes
bootstrap-1.0.0.css
View file @
799fd6ad
...
@@ -6,7 +6,7 @@
...
@@ -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: Sat Jul 2 1
0:47:32
PDT 2011
* Date: Sat Jul 2 1
1:50:18
PDT 2011
*/
*/
/*
/*
* Reset.less
* Reset.less
...
@@ -1013,31 +1013,61 @@ table.zebra-striped tbody tr:hover td {
...
@@ -1013,31 +1013,61 @@ table.zebra-striped tbody tr:hover td {
}
}
table
.zebra-striped
th
.header
{
table
.zebra-striped
th
.header
{
cursor
:
pointer
;
cursor
:
pointer
;
padding-right
:
20px
;
}
table
.zebra-striped
th
.header
:after
{
width
:
0px
;
height
:
0px
;
display
:
inline-block
;
float
:
right
;
margin-top
:
7px
;
content
:
"↓"
;
text-indent
:
-99999px
;
vertical-align
:
top
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-bottom
:
4px
solid
#000
;
visibility
:
hidden
;
-webkit-box-shadow
:
0
1px
0
#ffffff
;
-moz-box-shadow
:
0
1px
0
#ffffff
;
box-shadow
:
0
1px
0
#ffffff
;
filter
:
alpha
(
opacity
=
30
);
-khtml-opacity
:
0.3
;
-moz-opacity
:
0.3
;
opacity
:
0.3
;
}
}
table
.zebra-striped
th
.headerSortUp
,
table
.zebra-striped
th
.headerSortDown
{
table
.zebra-striped
th
.headerSortUp
,
table
.zebra-striped
th
.headerSortDown
{
background-image
:
url(assets/img/tablesorter-indicators.png)
;
background-position
:
right
-23px
;
background-repeat
:
no-repeat
;
background-color
:
rgba
(
141
,
192
,
219
,
0.25
);
background-color
:
rgba
(
141
,
192
,
219
,
0.25
);
text-shadow
:
0
1px
1px
rgba
(
255
,
255
,
255
,
0.75
);
text-shadow
:
0
1px
1px
rgba
(
255
,
255
,
255
,
0.75
);
-webkit-border-radius
:
3px
3px
0
0
;
-webkit-border-radius
:
3px
3px
0
0
;
-moz-border-radius
:
3px
3px
0
0
;
-moz-border-radius
:
3px
3px
0
0
;
border-radius
:
3px
3px
0
0
;
border-radius
:
3px
3px
0
0
;
}
}
table
.zebra-striped
th
.header
:hover
{
table
.zebra-striped
th
.header
:hover:after
{
background-image
:
url(assets/img/tablesorter-indicators.png)
;
visibility
:
visible
;
background-position
:
right
15px
;
background-repeat
:
no-repeat
;
}
}
table
.zebra-striped
th
.actions
:hover
{
table
.zebra-striped
th
.actions
:hover
{
background-image
:
none
;
background-image
:
none
;
}
}
table
.zebra-striped
th
.headerSortDown
,
table
.zebra-striped
th
.headerSortDown
:hover
{
table
.zebra-striped
th
.headerSortDown
:after
,
table
.zebra-striped
th
.headerSortDown
:hover:after
{
background-position
:
right
-25px
;
visibility
:
visible
;
}
filter
:
alpha
(
opacity
=
60
);
table
.zebra-striped
th
.headerSortUp
,
table
.zebra-striped
th
.headerSortUp
:hover
{
-khtml-opacity
:
0.6
;
background-position
:
right
-65px
;
-moz-opacity
:
0.6
;
opacity
:
0.6
;
}
table
.zebra-striped
th
.headerSortUp
:after
{
border-bottom
:
none
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#000
;
visibility
:
visible
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
filter
:
alpha
(
opacity
=
60
);
-khtml-opacity
:
0.6
;
-moz-opacity
:
0.6
;
opacity
:
0.6
;
}
}
table
.zebra-striped
th
.blue
{
table
.zebra-striped
th
.blue
{
color
:
#049cdb
;
color
:
#049cdb
;
...
@@ -1225,15 +1255,17 @@ div.topbar ul li.menu {
...
@@ -1225,15 +1255,17 @@ div.topbar ul li.menu {
position
:
relative
;
position
:
relative
;
}
}
div
.topbar
ul
li
.menu
a
.menu
:after
{
div
.topbar
ul
li
.menu
a
.menu
:after
{
width
:
7
px
;
width
:
0
px
;
height
:
7
px
;
height
:
0
px
;
display
:
inline-block
;
display
:
inline-block
;
background
:
transparent
url(assets/img/dropdown-arrow.gif)
no-repeat
top
center
;
content
:
"↓"
;
content
:
"↓"
;
text-indent
:
-99999px
;
text-indent
:
-99999px
;
vertical-align
:
top
;
vertical-align
:
top
;
margin-top
:
8px
;
margin-top
:
8px
;
margin-left
:
4px
;
margin-left
:
4px
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#fff
;
filter
:
alpha
(
opacity
=
50
);
filter
:
alpha
(
opacity
=
50
);
-khtml-opacity
:
0.5
;
-khtml-opacity
:
0.5
;
-moz-opacity
:
0.5
;
-moz-opacity
:
0.5
;
...
...
bootstrap-1.0.0.min.css
View file @
799fd6ad
...
@@ -131,12 +131,12 @@ table{width:100%;margin-bottom:18px;padding:0;text-align:left;border-collapse:se
...
@@ -131,12 +131,12 @@ table{width:100%;margin-bottom:18px;padding:0;text-align:left;border-collapse:se
table
th
{
padding-top
:
9px
;
font-weight
:
bold
;
border-bottom-width
:
2px
;}
table
th
{
padding-top
:
9px
;
font-weight
:
bold
;
border-bottom-width
:
2px
;}
table
.zebra-striped
tbody
tr
:nth-child
(
odd
)
td
{
background-color
:
#f9f9f9
;}
table
.zebra-striped
tbody
tr
:nth-child
(
odd
)
td
{
background-color
:
#f9f9f9
;}
table
.zebra-striped
tbody
tr
:hover
td
{
background-color
:
#f5f5f5
;}
table
.zebra-striped
tbody
tr
:hover
td
{
background-color
:
#f5f5f5
;}
table
.zebra-striped
th
.header
{
cursor
:
pointer
;
padding-right
:
20px
;}
table
.zebra-striped
th
.header
{
cursor
:
pointer
;
}
table
.zebra-striped
th
.header
:after
{
width
:
0px
;
height
:
0px
;
display
:
inline-block
;
float
:
right
;
margin-top
:
7px
;
content
:
"↓"
;
text-indent
:
-99999px
;
vertical-align
:
top
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-bottom
:
4px
solid
#000
;
visibility
:
hidden
;
-webkit-box-shadow
:
0
1px
0
#ffffff
;
-moz-box-shadow
:
0
1px
0
#ffffff
;
box-shadow
:
0
1px
0
#ffffff
;
filter
:
alpha
(
opacity
=
30
);
-khtml-opacity
:
0.3
;
-moz-opacity
:
0.3
;
opacity
:
0.3
;}
table
.zebra-striped
th
.headerSortUp
,
table
.zebra-striped
th
.headerSortDown
{
background-
image
:
url(assets/img/tablesorter-indicators.png)
;
background-position
:
right
-23px
;
background-repeat
:
no-repeat
;
background-
color
:
rgba
(
141
,
192
,
219
,
0.25
);
text-shadow
:
0
1px
1px
rgba
(
255
,
255
,
255
,
0.75
);
-webkit-border-radius
:
3px
3px
0
0
;
-moz-border-radius
:
3px
3px
0
0
;
border-radius
:
3px
3px
0
0
;}
table
.zebra-striped
th
.headerSortUp
,
table
.zebra-striped
th
.headerSortDown
{
background-color
:
rgba
(
141
,
192
,
219
,
0.25
);
text-shadow
:
0
1px
1px
rgba
(
255
,
255
,
255
,
0.75
);
-webkit-border-radius
:
3px
3px
0
0
;
-moz-border-radius
:
3px
3px
0
0
;
border-radius
:
3px
3px
0
0
;}
table
.zebra-striped
th
.header
:hover
{
background-image
:
url(assets/img/tablesorter-indicators.png)
;
background-position
:
right
15px
;
background-repeat
:
no-repeat
;}
table
.zebra-striped
th
.header
:hover
:after
{
visibility
:
visible
;}
table
.zebra-striped
th
.actions
:hover
{
background-image
:
none
;}
table
.zebra-striped
th
.actions
:hover
{
background-image
:
none
;}
table
.zebra-striped
th
.headerSortDown
,
table
.zebra-striped
th
.headerSortDown
:hover
{
background-position
:
right
-25px
;}
table
.zebra-striped
th
.headerSortDown
:after
,
table
.zebra-striped
th
.headerSortDown
:hover:after
{
visibility
:
visible
;
filter
:
alpha
(
opacity
=
60
);
-khtml-opacity
:
0.6
;
-moz-opacity
:
0.6
;
opacity
:
0.6
;}
table
.zebra-striped
th
.headerSortUp
,
table
.zebra-striped
th
.headerSortUp
:hover
{
background-position
:
right
-65px
;}
table
.zebra-striped
th
.headerSortUp
:after
{
border-bottom
:
none
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#000
;
visibility
:
visible
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
filter
:
alpha
(
opacity
=
60
);
-khtml-opacity
:
0.6
;
-moz-opacity
:
0.6
;
opacity
:
0.6
;}
table
.zebra-striped
th
.blue
{
color
:
#049cdb
;
border-bottom-color
:
#049cdb
;}
table
.zebra-striped
th
.blue
{
color
:
#049cdb
;
border-bottom-color
:
#049cdb
;}
table
.zebra-striped
th
.headerSortUp.blue
,
table
.zebra-striped
th
.headerSortDown.blue
{
background-color
:
#ade6fe
;}
table
.zebra-striped
th
.headerSortUp.blue
,
table
.zebra-striped
th
.headerSortDown.blue
{
background-color
:
#ade6fe
;}
table
.zebra-striped
th
.green
{
color
:
#46a546
;
border-bottom-color
:
#46a546
;}
table
.zebra-striped
th
.green
{
color
:
#46a546
;
border-bottom-color
:
#46a546
;}
...
@@ -161,7 +161,7 @@ div.topbar ul li{display:block;float:left;font-size:13px;}div.topbar ul li a{dis
...
@@ -161,7 +161,7 @@ div.topbar ul li{display:block;float:left;font-size:13px;}div.topbar ul li a{dis
div
.topbar
ul
li
.active
a
{
background-color
:
#222
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);}
div
.topbar
ul
li
.active
a
{
background-color
:
#222
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);}
div
.topbar
ul
.primary-nav
li
ul
{
left
:
0
;}
div
.topbar
ul
.primary-nav
li
ul
{
left
:
0
;}
div
.topbar
ul
.secondary-nav
li
ul
{
right
:
0
;}
div
.topbar
ul
.secondary-nav
li
ul
{
right
:
0
;}
div
.topbar
ul
li
.menu
{
position
:
relative
;}
div
.topbar
ul
li
.menu
a
.menu
:after
{
width
:
7px
;
height
:
7px
;
display
:
inline-block
;
background
:
transparent
url(assets/img/dropdown-arrow.gif)
no-repeat
top
center
;
content
:
"↓"
;
text-indent
:
-99999px
;
vertical-align
:
top
;
margin-top
:
8px
;
margin-left
:
4px
;
filter
:
alpha
(
opacity
=
50
);
-khtml-opacity
:
0.5
;
-moz-opacity
:
0.5
;
opacity
:
0.5
;}
div
.topbar
ul
li
.menu
{
position
:
relative
;}
div
.topbar
ul
li
.menu
a
.menu
:after
{
width
:
0px
;
height
:
0px
;
display
:
inline-block
;
content
:
"↓"
;
text-indent
:
-99999px
;
vertical-align
:
top
;
margin-top
:
8px
;
margin-left
:
4px
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#fff
;
filter
:
alpha
(
opacity
=
50
);
-khtml-opacity
:
0.5
;
-moz-opacity
:
0.5
;
opacity
:
0.5
;}
div
.topbar
ul
li
.menu.open
a
.menu
,
div
.topbar
ul
li
.menu.open
a
:hover
{
background-color
:
#00b4eb
;
background-color
:
rgba
(
255
,
255
,
255
,
0.1
);
color
:
#fff
;}
div
.topbar
ul
li
.menu.open
a
.menu
,
div
.topbar
ul
li
.menu.open
a
:hover
{
background-color
:
#00b4eb
;
background-color
:
rgba
(
255
,
255
,
255
,
0.1
);
color
:
#fff
;}
div
.topbar
ul
li
.menu.open
ul
{
display
:
block
;}
div
.topbar
ul
li
.menu.open
ul
li
a
{
background-color
:
transparent
;
font-weight
:
normal
;}
div
.topbar
ul
li
.menu.open
ul
li
a
:hover
{
background-color
:
rgba
(
255
,
255
,
255
,
0.1
);
color
:
#fff
;}
div
.topbar
ul
li
.menu.open
ul
{
display
:
block
;}
div
.topbar
ul
li
.menu.open
ul
li
a
{
background-color
:
transparent
;
font-weight
:
normal
;}
div
.topbar
ul
li
.menu.open
ul
li
a
:hover
{
background-color
:
rgba
(
255
,
255
,
255
,
0.1
);
color
:
#fff
;}
div
.topbar
ul
li
.menu.open
ul
li
.active
a
{
background-color
:
rgba
(
255
,
255
,
255
,
0.1
);
font-weight
:
bold
;}
div
.topbar
ul
li
.menu.open
ul
li
.active
a
{
background-color
:
rgba
(
255
,
255
,
255
,
0.1
);
font-weight
:
bold
;}
...
...
lib/patterns.less
View file @
799fd6ad
...
@@ -131,15 +131,17 @@ div.topbar {
...
@@ -131,15 +131,17 @@ div.topbar {
position: relative;
position: relative;
a.menu {
a.menu {
&:after {
&:after {
width:
7
px;
width:
0
px;
height:
7
px;
height:
0
px;
display: inline-block;
display: inline-block;
background: transparent url(assets/img/dropdown-arrow.gif) no-repeat top center;
content: "↓";
content: "↓";
text-indent: -99999px;
text-indent: -99999px;
vertical-align: top;
vertical-align: top;
margin-top: 8px;
margin-top: 8px;
margin-left: 4px;
margin-left: 4px;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #fff;
.opacity(50);
.opacity(50);
}
}
}
}
...
...
lib/tables.less
View file @
799fd6ad
...
@@ -44,32 +44,54 @@ table.zebra-striped {
...
@@ -44,32 +44,54 @@ table.zebra-striped {
// Tablesorting styles w/ jQuery plugin
// Tablesorting styles w/ jQuery plugin
th.header { // For tablesorter tables, make THs have a pointer on hover
th.header { // For tablesorter tables, make THs have a pointer on hover
cursor: pointer;
cursor: pointer;
padding-right: 20px;
&:after {
width: 0px;
height: 0px;
display: inline-block;
float: right;
margin-top:7px;
content: "↓";
text-indent: -99999px;
vertical-align: top;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 4px solid #000;
visibility:hidden;
.box-shadow(0 1px 0 #fff);
.opacity(30);
}
}
}
th.headerSortUp,
th.headerSortUp,
th.headerSortDown { // Style the sorted column headers (THs)
th.headerSortDown { // Style the sorted column headers (THs)
background-image: url(assets/img/tablesorter-indicators.png);
background-position: right -23px;
background-repeat: no-repeat;
background-color: rgba(141,192,219,.25);
background-color: rgba(141,192,219,.25);
text-shadow: 0 1px 1px rgba(255,255,255,.75);
text-shadow: 0 1px 1px rgba(255,255,255,.75);
.border-radius(3px 3px 0 0);
.border-radius(3px 3px 0 0);
}
}
th.header:hover { // Style the ascending (reverse alphabetical) column header
th.header:hover { // Style the ascending (reverse alphabetical) column header
background-image: url(assets/img/tablesorter-indicators.png);
&:after {
background-position: right 15px
;
visibility:visible
;
background-repeat: no-repeat;
}
}
}
th.actions:hover {
th.actions:hover {
background-image: none;
background-image: none;
}
}
th.headerSortDown,
th.headerSortDown,
th.headerSortDown:hover { // Style the descending (alphabetical) column header
th.headerSortDown:hover { // Style the descending (alphabetical) column header
background-position: right -25px;
&:after {
visibility:visible;
.opacity(60);
}
}
}
th.headerSortUp,
th.headerSortUp { // Style the ascending (reverse alphabetical) column header
th.headerSortUp:hover { // Style the ascending (reverse alphabetical) column header
&:after {
background-position: right -65px;
border-bottom: none;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #000;
visibility:visible;
.box-shadow(none); //can't add boxshadow to downward facing arrow :(
.opacity(60);
}
}
}
// Blue Table Headings
// Blue Table Headings
th.blue {
th.blue {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment