mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
oh my god - what did he do? Adding attachment display to post/topic review, queue, reports, post details, mcp topic view... fixing other tiny things along the line.
git-svn-id: file:///svn/phpbb/trunk@7642 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -76,7 +76,7 @@ a.sendemail {
|
||||
}
|
||||
|
||||
a.sendemail:hover {
|
||||
background-position: 0px -18px;
|
||||
background-position: 0 -18px;
|
||||
}
|
||||
|
||||
a.fontsize {
|
||||
@@ -86,7 +86,7 @@ a.fontsize {
|
||||
}
|
||||
|
||||
a.fontsize:hover {
|
||||
background-position: 0px -20px;
|
||||
background-position: 0 -20px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
@@ -74,12 +74,12 @@ p {
|
||||
}
|
||||
|
||||
img {
|
||||
border-width: 0px;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
hr {
|
||||
/* Also see tweaks.css */
|
||||
border: 0px none #FFFFFF;
|
||||
border: 0 none #FFFFFF;
|
||||
border-top: 1px solid #CCCCCC;
|
||||
height: 1px;
|
||||
margin: 5px 0;
|
||||
|
@@ -74,7 +74,7 @@ li.row:hover dd {
|
||||
|
||||
li.header dt, li.header dd {
|
||||
line-height: 1em;
|
||||
border-left-width: 0px;
|
||||
border-left-width: 0;
|
||||
margin: 2px 0 4px 0;
|
||||
color: #FFFFFF;
|
||||
padding-top: 2px;
|
||||
@@ -269,7 +269,7 @@ div[class].topic-actions {
|
||||
}
|
||||
|
||||
#topicreview h2 {
|
||||
border-bottom-width: 0px;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
/* Content container styles
|
||||
@@ -648,7 +648,7 @@ fieldset.polls dd div {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
padding: 0px 2px;
|
||||
padding: 0 2px;
|
||||
overflow: visible;
|
||||
min-width: 2%;
|
||||
}
|
||||
|
@@ -92,7 +92,7 @@ ul.cplist {
|
||||
}
|
||||
|
||||
#cp-main .buttons {
|
||||
margin-left: 0px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#cp-main ul.linklist {
|
||||
@@ -402,7 +402,7 @@ ol.def-rules li {
|
||||
.pm-legend {
|
||||
border-left-width: 10px;
|
||||
border-left-style: solid;
|
||||
border-right-width: 0px;
|
||||
border-right-width: 0;
|
||||
margin-bottom: 3px;
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
@@ -4,7 +4,7 @@
|
||||
/* General form styles
|
||||
----------------------------------------*/
|
||||
fieldset {
|
||||
border-width: 0px;
|
||||
border-width: 0;
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
@@ -76,12 +76,12 @@ fieldset dd {
|
||||
/* Specific layout 1 */
|
||||
fieldset.fields1 dt {
|
||||
width: 10em;
|
||||
border-right-width: 0px;
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
fieldset.fields1 dd {
|
||||
margin-left: 10em;
|
||||
border-left-width: 0px;
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
fieldset.fields1 {
|
||||
@@ -95,12 +95,12 @@ fieldset.fields1 div {
|
||||
/* Specific layout 2 */
|
||||
fieldset.fields2 dt {
|
||||
width: 15em;
|
||||
border-right-width: 0px;
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
fieldset.fields2 dd {
|
||||
margin-left: 16em;
|
||||
border-left-width: 0px;
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
/* Form elements */
|
||||
|
@@ -161,7 +161,7 @@ a.right { background: none no-repeat 95% 60%; }
|
||||
a.up, a.up:link, a.up:active, a.up:visited {
|
||||
padding-left: 10px;
|
||||
text-decoration: none;
|
||||
border-bottom-width: 0px;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
a.up:hover {
|
||||
|
Reference in New Issue
Block a user