Corrections travail en groupe
This commit is contained in:
@@ -260,9 +260,7 @@ form > table > thead th {
|
||||
|
||||
|
||||
#main {
|
||||
|
||||
position: relative;
|
||||
/*background-color: #8bff74;*/
|
||||
padding: 15px 0 0;
|
||||
width: 100%;
|
||||
display: table;
|
||||
@@ -340,19 +338,19 @@ table.content_table {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group manageArticle */
|
||||
a.manage_link {
|
||||
text-decoration: none;
|
||||
padding-right: 50px;
|
||||
color: #008281;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a.manage_link:hover {
|
||||
color: #003e82;
|
||||
}
|
||||
/* @end */
|
||||
|
||||
/* @group manageArticle */
|
||||
a.manage_link {
|
||||
text-decoration: none;
|
||||
padding-right: 50px;
|
||||
color: #008281;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a.manage_link:hover {
|
||||
color: #003e82;
|
||||
}
|
||||
/* @end */
|
||||
|
||||
|
||||
@@ -360,16 +358,16 @@ a.manage_link:hover {
|
||||
|
||||
#main #mainmenu {
|
||||
width: 150px;
|
||||
float: left;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
#main #mainmenu #mainmenubloc {
|
||||
#main #mainmenu .mainmenubloc {
|
||||
margin: 10px auto;
|
||||
width: 161px;
|
||||
background: url(../images/title-small.png) no-repeat left top;
|
||||
}
|
||||
|
||||
#main #mainmenu #mainmenubloc h4 {
|
||||
#main #mainmenu .mainmenubloc h4 {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
@@ -378,36 +376,36 @@ a.manage_link:hover {
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
#main #mainmenu #mainmenubloc ul {
|
||||
#main #mainmenu .mainmenubloc ul {
|
||||
background: url(../images/menu-background-repeat.png) repeat-y;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
#main #mainmenu #mainmenubloc ul li {
|
||||
#main #mainmenu .mainmenubloc ul li {
|
||||
background: url(../images/menu-background-repeat.png) repeat-y;
|
||||
height: 22px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#main #mainmenu #mainmenubloc ul li:hover {
|
||||
#main #mainmenu .mainmenubloc ul li:hover {
|
||||
background-image: url(../images/menu-background-repeat-hover.png);
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
#main #mainmenu #mainmenubloc a {
|
||||
#main #mainmenu .mainmenubloc a {
|
||||
text-decoration: none;
|
||||
color: #8d0000;
|
||||
text-align: left;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#main #mainmenu #mainmenubloc a:hover {
|
||||
#main #mainmenu .mainmenubloc a:hover {
|
||||
color: #ff7a00;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#main #mainmenu #mainmenubloc #footer {
|
||||
#main #mainmenu .mainmenubloc .footer {
|
||||
background-image: url(../images/menu-bottom.png);
|
||||
width: 161px;
|
||||
height: 6px;
|
||||
@@ -417,7 +415,7 @@ a.manage_link:hover {
|
||||
/* @group maincontent */
|
||||
|
||||
#main #maincontent {
|
||||
margin-left: 200px;
|
||||
margin-left: 20px;
|
||||
width: 780px;
|
||||
background: url(../images/title-big.png) no-repeat left top;
|
||||
margin-top: 10px;
|
||||
@@ -779,4 +777,10 @@ div.user_new {
|
||||
|
||||
#loginFull_forgotPassword {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display:none;
|
||||
height:0px;
|
||||
width:0px;
|
||||
}
|
||||
Reference in New Issue
Block a user