On peut maintenant trier les liens !
This commit is contained in:
27
css/main.css
27
css/main.css
@@ -12,7 +12,7 @@
|
||||
color: #6B6B6B;
|
||||
background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebeff9));
|
||||
}
|
||||
|
||||
a img {border:none;}
|
||||
li a {
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -44,7 +44,9 @@
|
||||
}
|
||||
|
||||
ul.iconlist li{
|
||||
display:inline-block;
|
||||
/*display:inline-block;*/
|
||||
float:left;
|
||||
margin:0 10px 10px 0;
|
||||
text-align:center;
|
||||
font-weight:bold;
|
||||
color:#2D406D;
|
||||
@@ -101,6 +103,7 @@
|
||||
|
||||
ul.iconlist {
|
||||
padding:5px;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
ul.iconlist img{
|
||||
@@ -123,12 +126,13 @@
|
||||
}
|
||||
|
||||
div.appscontainer {
|
||||
width:750px;
|
||||
width:730px;
|
||||
margin:20px auto;
|
||||
padding:0px;
|
||||
/*background:red;*/
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
xmargin-left:160px;
|
||||
background:rgba(255,255,255,0.8);
|
||||
overflow:auto;
|
||||
@@ -139,12 +143,14 @@
|
||||
}
|
||||
|
||||
hr {
|
||||
clear:left;
|
||||
border:none;
|
||||
height:0px;
|
||||
border-bottom:1px solid #eee;
|
||||
}
|
||||
|
||||
.label {
|
||||
display:none;
|
||||
float:Right;
|
||||
padding-top:6px;
|
||||
padding-right:6px;
|
||||
@@ -206,18 +212,29 @@
|
||||
font-size:14px;
|
||||
background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
|
||||
margin:0 0 -1px 0;
|
||||
border:1px solid #888888;
|
||||
-webkit-border-bottom-right-radius:3px;
|
||||
-webkit-border-top-right-radius:3px;
|
||||
-moz-border-bottom-right-radius:3px;
|
||||
-moz-border-top-right-radius:3px;
|
||||
border:1px solid #ccc;
|
||||
/*border:1px solid #ccc;*/
|
||||
height:32px;
|
||||
-moz-border-radius:10px;
|
||||
-webkit-border-radius:10px;
|
||||
border-radius:10px;
|
||||
-moz-box-shadow: 2px 2px 3px #888;
|
||||
-webkit-box-shadow: 2px 2px 3px #888;
|
||||
box-shadow: 2px 2px 3px #888;
|
||||
/* For IE 8 */
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
|
||||
/* For IE 5.5 - 7 */
|
||||
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');
|
||||
}
|
||||
#menu-bar{height:40px;background: -moz-linear-gradient(top, #ECD9D9 0%, #fff 100%);background: -webkit-gradient(linear, left top, left bottom, from(#ECD9D9), to(#fff)); position:relative; top:0; left:0; border-bottom:1px solid #ECD9D9;}
|
||||
#recherche{margin-top:70px;}
|
||||
|
||||
#config {width:300px;}
|
||||
#config-menu, #blog-links-manager, #city-menu , #jclockAdvanced-menu{float:right; margin:12px 10px 0 0;}
|
||||
#config-menu, #blog-links-manager, #city-menu , #jclockAdvanced-menu, #links-menu{float:right; margin:12px 10px 0 0;}
|
||||
|
||||
/* Green button class: */
|
||||
a.green-button,a.green-button:visited, span.green-button{
|
||||
|
@@ -98,13 +98,13 @@ span.arrow{
|
||||
/* The submit button */
|
||||
|
||||
#submitButton{
|
||||
background:url('../images/interface/buttons.png') no-repeat;
|
||||
/*background:url('../images/interface/buttons.png') no-repeat;
|
||||
width:83px;
|
||||
height:36px;
|
||||
text-indent:-9999px;
|
||||
overflow:hidden;
|
||||
text-transform:uppercase;
|
||||
border:none;
|
||||
border:none;*/
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user