integration/v2/css/style.css
changeset 132 2f15d59e65ef
parent 131 f7f6c6acf9b9
child 133 d7aecea73e6d
--- a/integration/v2/css/style.css	Thu Jun 20 16:21:35 2013 +0200
+++ b/integration/v2/css/style.css	Fri Jun 21 14:52:50 2013 +0200
@@ -198,3 +198,18 @@
 .tagit{font-family: 'Lato' !important;}
 .ui-corner-all{-webkit-border-radius : 0 !important;-moz-border-radius : 0 !important;border-radius : 0 !important;}
 .list-simple li{float: left; margin: 0 10px 10px 0;}
+
+.empty-block{width: 100%; height: 360px; background-color: #eee; margin-bottom: 24px;}
+.search-form-big{ text-align: center; line-height: 360px;}
+.search-form-big input[type=text]{background: url(../img/icon-search-big.png) right 10px center no-repeat #FFF;font-family: 'Lato'; font-weight : bold; font-style : italic; font-size: 24px; border: 1px solid #D0D0D0; height: 52px; line-height: 52px; padding: 0 50px 0 10px;}
+.search-form-big select{height: 24px; vertical-align: middle;}
+
+.item-masonry{margin-bottom: 20px;}
+.filters{padding: 10px 0 20px; text-align: center;}
+.filters li{ margin-bottom: 10px; position: relative; text-align: left; font-size: 12px; font-family: 'Lato'; display:inline-block; width: 200px; height: 28px; line-height: 28px; background-color: #fff;}
+.filters a:first-child{ overflow: hidden; color: #7F7F7F; padding-left: 6px; display: block; }
+.filters li:hover{-webkit-box-shadow : none; -moz-box-shadow : none; box-shadow : none;}
+.filters .icon-action{position: absolute; top: 10px; right: 6px;width: 10px; height: 10px; display: inline-block;}
+.filters .cross{  background: url(../img/icon-cross-10.png) 0 0 no-repeat; }
+.filters .circle{width: 10px; height: 10px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; background-color: #7F7F7F;}
+.filters li.disabled a{opacity: 0.5;}