Bootstrap, Chosen gems. New settings

This commit is contained in:
magnolia-fan
2011-11-29 21:03:28 +04:00
parent 6f3d22b5e2
commit 927206b03c
15 changed files with 135 additions and 480 deletions
+2 -3
View File
@@ -1,6 +1,7 @@
/*
*= require bootstrap.min
*= require bootstrap
*= require chosen
*= require header
*= require common
@@ -8,8 +9,6 @@
*= require albums
*= require player
* require pulldown
* require pulldown
*= require search
*= require settings
* require textpage
+14
View File
@@ -19,4 +19,18 @@
box-shadow: none !important;
margin-top: 2px !important;
}
}
#settings {
display: none;
}
select#lang {
width: 280px;
}
a.label {
color: #fff;
text-decoration: inherit;
cursor: pointer;
}