integration/v2/css/style.css
changeset 136 15a6adeeb5d1
parent 133 d7aecea73e6d
child 138 f694df1f57a6
--- a/integration/v2/css/style.css	Fri Jun 21 15:06:51 2013 +0200
+++ b/integration/v2/css/style.css	Fri Jun 21 17:29:12 2013 +0200
@@ -15,8 +15,34 @@
 .head-login, .head-login a{font-size: 12px; font-family: 'Lato'; color: #626364;}
 .head-login input, .search-form{ vertical-align: middle; width:140px;background: url(../img/icon-search.png) 150px center no-repeat;font-family: 'Lato'; font-weight : bold; font-style : italic; font-size: 12px; border: 1px solid #D0D0D0; height: 25px; line-height: 25px; padding: 0 26px 0 4px;}
 .hello-user{margin-left: 12px;}
-.head-login select{ vertical-align: middle;}
+@media screen and (-webkit-min-device-pixel-ratio:0) {
+    select {padding-right:18px !important;}
+}
 .head-login li{float: left; line-height: 27px;}
+.head-login input, .head-login .styled-select{float: left;}
+.head-login input{margin-right: 10px;}
+select{
+outline:none; display: inline-block;
+border:0;font-size: 16px;font-family: 'Lato'; color: #7F7F7F; 
+font-size: 12px;padding: 0 3px 0 4px;
+-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;-webkit-appearance:none;-moz-appearance:none;
+appearance:none;}
+.styled-select{
+	line-height: 25px;
+	vertical-align: middle;
+	border: 1px solid #CACACA;
+	height: 25px;
+	display: inline-block;
+	position: relative;
+}
+.styled-select:after{
+	content: '';
+	background: url(../img/arrow-select.png) no-repeat right 4px center #FFF;
+	width: 20px; height: 25px;
+	right: 0; top: 0;
+	position: absolute;
+	pointer-events:none;
+}
 .dot-6{vertical-align:middle; width: 6px; height: 6px; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background-color: #616364; display: inline-block; margin: 0 7px;}
 .dot-10{ vertical-align:middle; width: 10px; height: 10px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background-color: #A1A1A1; display: inline-block; margin: 0 12px;}
 nav{height: 70px;}
@@ -90,7 +116,7 @@
 .list-projets-2 .bot p{color: #333; background-color: #fff; font-family: 'Lato';  font-weight: 300; font-style: italic; padding: 8px 14px 0 14px; font-size: 14px; height: 104px; border-bottom: 1px solid #000; border-left: 1px solid #BBB; border-right: 1px solid #BBB;}
 .list-projets-2 .bot{height: 113px;  overflow: hidden;}
 
-li .toggle{display: none;}
+li .toggle{display: block;}
 li:hover .toggle{ display:block; }
 
 .tools{  text-align:right; width:100%; position:absolute; bottom:0; left:0;  background: rgba(255, 255, 255, .9);}
@@ -213,3 +239,13 @@
 .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;}
+
+.float-left{float: left;}
+.filters-wrap{width: 225px; background-color: #EEE; margin-right: 17px;}
+.list-projets-5{}
+.visuel-project{font-family: 'Lato'; }
+.visuel-project h3{ padding-left: 6px; text-align: left;font-weight: bold; font-size: 18px;}
+.visuel-project h4{ border-bottom: 1px solid #555; padding-left: 6px;text-align: left;font-weight: 300;
+    font-style: italic; font-size: 18px;}
+.visuel-project{position: relative;}
+.list-projets-5>li{width: 177px; float: left; position: relative;}