mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 13:00:26 +02:00
[ticket/10734] Removed unwanted css elements
Removed all the corner css elements PHPBB-10734
This commit is contained in:
@@ -877,39 +877,6 @@ ul.cplist {
|
|||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cp-main span.corners-top, #cp-menu span.corners-top {
|
|
||||||
background-image: url("./images/corners_left2.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
#cp-main span.corners-top span, #cp-menu span.corners-top span {
|
|
||||||
background-image: url("./images/corners_right2.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
|
|
||||||
background-image: url("./images/corners_left2.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
|
|
||||||
background-image: url("./images/corners_right2.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Topicreview */
|
|
||||||
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
|
|
||||||
background-image: url("./images/corners_left.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
|
|
||||||
background-image: url("./images/corners_right.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
|
|
||||||
background-image: url("./images/corners_left.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
|
|
||||||
background-image: url("./images/corners_right.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Friends list */
|
/* Friends list */
|
||||||
.cp-mini {
|
.cp-mini {
|
||||||
background-color: #eef5f9;
|
background-color: #eef5f9;
|
||||||
|
@@ -283,7 +283,7 @@ a#logo:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
padding: 0 10px;
|
padding: 10px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 100% 0;
|
background-position: 100% 0;
|
||||||
@@ -299,42 +299,6 @@ a#logo:hover {
|
|||||||
margin: 5px 5px 2px 5px;
|
margin: 5px 5px 2px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
|
|
||||||
font-size: 1px;
|
|
||||||
line-height: 1px;
|
|
||||||
display: block;
|
|
||||||
height: 5px;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.corners-top {
|
|
||||||
background-image: none;
|
|
||||||
background-position: 0 0;
|
|
||||||
margin: 0 -5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.corners-top span {
|
|
||||||
background-image: none;
|
|
||||||
background-position: 100% 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.corners-bottom {
|
|
||||||
background-image: none;
|
|
||||||
background-position: 0 100%;
|
|
||||||
margin: 0 -5px;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.corners-bottom span {
|
|
||||||
background-image: none;
|
|
||||||
background-position: 100% 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.clear {
|
|
||||||
background-image: none;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
.headbg span.corners-bottom {
|
.headbg span.corners-bottom {
|
||||||
margin-bottom: -1px;
|
margin-bottom: -1px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user