mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-04 05:25:01 +02:00
[ticket/10734] Removed unwanted css elements
Removed all the corner css elements PHPBB-10734
This commit is contained in:
parent
03f5fde747
commit
57ba42d8df
@ -877,39 +877,6 @@ ul.cplist {
|
||||
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 */
|
||||
.cp-mini {
|
||||
background-color: #eef5f9;
|
||||
|
@ -283,7 +283,7 @@ a#logo:hover {
|
||||
}
|
||||
|
||||
.post {
|
||||
padding: 0 10px;
|
||||
padding: 10px;
|
||||
margin-bottom: 4px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 100% 0;
|
||||
@ -299,42 +299,6 @@ a#logo:hover {
|
||||
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 {
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user