Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-02-09 06:43:49 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-02-09 06:43:49 +0300
commit12a156146e5d19e08be76fe297390254f21daa35 (patch)
treed546117d19f335201121c123fd7a9c3acca1fad5 /dist
parentc24c4cc50dd107a2f813aea6642b615ebf26b27a (diff)
parent1ac5d960779063c623c86fdc20a076c3154439ed (diff)
Merge pull request #265 from medokin/master
Added badge to tab-item
Diffstat (limited to 'dist')
-rw-r--r--dist/css/ratchet.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/css/ratchet.css b/dist/css/ratchet.css
index 47b20b7..ac3891e 100644
--- a/dist/css/ratchet.css
+++ b/dist/css/ratchet.css
@@ -563,6 +563,7 @@ input[type="button"] {
border-bottom: 0;
}
.bar-tab .tab-item {
+ position: relative;
display: table-cell;
width: 1%;
height: 50px;
@@ -573,6 +574,12 @@ input[type="button"] {
.bar-tab .tab-item.active, .bar-tab .tab-item:active {
color: #428bca;
}
+.bar-tab .tab-item .badge {
+ vertical-align: top;
+ position: absolute;
+ top: 3px;
+ left: 50%;
+}
.bar-tab .tab-item .icon {
top: 3px;
width: 24px;