mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- build explain links a bit different...
- fix btn_ip reference (it is btn_info now) - removed sql_report.css (we use the acp css) - updated the sql report layout git-svn-id: file:///svn/phpbb/trunk@5838 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -31,7 +31,7 @@ img_btn_locked = {LANG}/btn_locked.gif*27*97
|
||||
img_btn_profile = {LANG}/btn_profile.gif*20*72
|
||||
img_btn_pm = {LANG}/btn_pm.gif*20*72
|
||||
img_btn_delete = {LANG}/btn_delete.gif*20*20
|
||||
img_btn_ip = {LANG}/btn_ip.gif*20*20
|
||||
img_btn_info = {LANG}/btn_ip.gif*20*20
|
||||
img_btn_quote = {LANG}/btn_quote.gif*20*90
|
||||
img_btn_search = {LANG}/btn_search.gif*20*72
|
||||
img_btn_edit = {LANG}/btn_edit.gif*20*90
|
||||
|
@@ -20,10 +20,12 @@
|
||||
/* Reset browsers default margin, padding and font sizes */
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
@@ -31,20 +33,24 @@ body {
|
||||
background-color: #FFFFFF;
|
||||
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#wrapheader {
|
||||
height: 120px;
|
||||
background-image: url('./images/background.gif');
|
||||
background-repeat: repeat-x;
|
||||
padding: 0 25px 15px 25px;
|
||||
}
|
||||
}
|
||||
|
||||
#wrapcentre {
|
||||
margin: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
#wrapfooter {
|
||||
text-align: center;
|
||||
}
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#wrapnav {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
@@ -52,22 +58,26 @@ body {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #A9B8C2;
|
||||
}
|
||||
}
|
||||
|
||||
#logodesc {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#menubar {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#datebar {
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
#findbar {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.forumrules {
|
||||
background-color: #F9CC79;
|
||||
@@ -78,7 +88,7 @@ body {
|
||||
font-weight: normal;
|
||||
font-size: 1.1em;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
}
|
||||
|
||||
#pageheader { }
|
||||
#pagecontent { }
|
||||
|
Reference in New Issue
Block a user