inital commit
77
webroot/forum/admin/styles/default/config.css
Normal file
@@ -0,0 +1,77 @@
|
||||
/* language editor issue icons */
|
||||
.langeditor_ok {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: inline-block;
|
||||
margin: 1px;
|
||||
background: url(images/icons/tick.png) no-repeat;
|
||||
}
|
||||
|
||||
.langeditor_nothingtocompare {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: inline-block;
|
||||
margin: 1px;
|
||||
background: url(images/icons/no_change.png) no-repeat;
|
||||
}
|
||||
|
||||
.langeditor_warning {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: inline-block;
|
||||
margin: 1px;
|
||||
background: url(images/icons/warning.png) no-repeat;
|
||||
}
|
||||
|
||||
/* language editor file list rows */
|
||||
.langeditor_editwithfile,
|
||||
.langeditor_phrases,
|
||||
.langeditor_editfile,
|
||||
.langeditor_issues,
|
||||
.langeditor_edit {
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.langeditor_editwithfile,
|
||||
.langeditor_editfile {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.langeditor_edit,
|
||||
.langeditor_phrases {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* language editor edit mode textareas */
|
||||
.langeditor_textarea_issue {
|
||||
border: 1px solid red;
|
||||
}
|
||||
|
||||
.langeditor_textarea_editwith {
|
||||
background: #E0E0E0;
|
||||
}
|
||||
.langeditor_textarea_edit,
|
||||
.langeditor_textarea_editwith {
|
||||
width: 98%;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/* language editor main page */
|
||||
.langeditor_info_name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.langeditor_info_author {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
.langeditor_rtl {
|
||||
direction: rtl;
|
||||
unicode-bidi: bidi-override;
|
||||
}
|
||||
|
||||
.langeditor_ltr {
|
||||
direction: ltr;
|
||||
unicode-bidi: bidi-override;
|
||||
}
|
||||
76
webroot/forum/admin/styles/default/forum.css
Normal file
@@ -0,0 +1,76 @@
|
||||
/* Moderation Queue */
|
||||
.modqueue_message {
|
||||
overflow: auto;
|
||||
max-height: 250px;
|
||||
}
|
||||
|
||||
.modqueue_controls {
|
||||
width: 270px;
|
||||
float: right;
|
||||
text-align: center;
|
||||
border: 1px solid #ccc;
|
||||
background: #fff;
|
||||
padding: 6px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.modqueue_controls label {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.label_radio_ignore, .label_radio_delete, .label_radio_approve {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.modqueue_meta {
|
||||
color: #444;
|
||||
font-size: 95%;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.modqueue_mass {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
width: 150px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.modqueue_mass li {
|
||||
margin-bottom: 4px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.modqueue_mass li a {
|
||||
display: block;
|
||||
padding: 4px;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.modqueue_mass li a:hover {
|
||||
background: #efefef;
|
||||
border: 1px solid #ccc;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.forum_settings_bit {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.forum_settings_bit input {
|
||||
vertical-align: middle;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.forum_settings_bit select,
|
||||
.forum_settings_bit input.text_input,
|
||||
.forum_settings_bit textarea {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.forum_settings_bit label {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.forum_settings_bit small {
|
||||
padding-left: 25px;
|
||||
}
|
||||
15
webroot/forum/admin/styles/default/home.css
Normal file
@@ -0,0 +1,15 @@
|
||||
#left_menu div.left_menu_box ul.online_admins li a {
|
||||
background: url('images/icons/user.png') no-repeat 15px 4px;
|
||||
padding-left: 37px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#left_menu div.left_menu_box ul.online_admins li.mobile_user a {
|
||||
background: url('images/icons/mobile_user.png') no-repeat 15px 4px;
|
||||
padding-left: 37px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
BIN
webroot/forum/admin/styles/default/images/close.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
webroot/forum/admin/styles/default/images/icons/bullet_off.png
Normal file
|
After Width: | Height: | Size: 214 B |
BIN
webroot/forum/admin/styles/default/images/icons/bullet_on.png
Normal file
|
After Width: | Height: | Size: 238 B |
BIN
webroot/forum/admin/styles/default/images/icons/cross.png
Normal file
|
After Width: | Height: | Size: 385 B |
BIN
webroot/forum/admin/styles/default/images/icons/custom.png
Normal file
|
After Width: | Height: | Size: 543 B |
BIN
webroot/forum/admin/styles/default/images/icons/decrease.png
Normal file
|
After Width: | Height: | Size: 218 B |
BIN
webroot/forum/admin/styles/default/images/icons/default.png
Normal file
|
After Width: | Height: | Size: 307 B |
BIN
webroot/forum/admin/styles/default/images/icons/delete.png
Normal file
|
After Width: | Height: | Size: 601 B |
BIN
webroot/forum/admin/styles/default/images/icons/error.png
Normal file
|
After Width: | Height: | Size: 580 B |
BIN
webroot/forum/admin/styles/default/images/icons/find.png
Normal file
|
After Width: | Height: | Size: 556 B |
BIN
webroot/forum/admin/styles/default/images/icons/group.png
Normal file
|
After Width: | Height: | Size: 680 B |
BIN
webroot/forum/admin/styles/default/images/icons/increase.png
Normal file
|
After Width: | Height: | Size: 218 B |
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
BIN
webroot/forum/admin/styles/default/images/icons/logout.png
Normal file
|
After Width: | Height: | Size: 352 B |
|
After Width: | Height: | Size: 614 B |
|
After Width: | Height: | Size: 368 B |
|
After Width: | Height: | Size: 512 B |
BIN
webroot/forum/admin/styles/default/images/icons/make_default.png
Normal file
|
After Width: | Height: | Size: 352 B |
BIN
webroot/forum/admin/styles/default/images/icons/mobile_user.png
Normal file
|
After Width: | Height: | Size: 407 B |
BIN
webroot/forum/admin/styles/default/images/icons/no_change.png
Normal file
|
After Width: | Height: | Size: 128 B |
BIN
webroot/forum/admin/styles/default/images/icons/run_task.png
Normal file
|
After Width: | Height: | Size: 696 B |
BIN
webroot/forum/admin/styles/default/images/icons/search.png
Normal file
|
After Width: | Height: | Size: 521 B |
BIN
webroot/forum/admin/styles/default/images/icons/success.png
Normal file
|
After Width: | Height: | Size: 602 B |
BIN
webroot/forum/admin/styles/default/images/icons/tick.png
Normal file
|
After Width: | Height: | Size: 489 B |
BIN
webroot/forum/admin/styles/default/images/icons/user.png
Normal file
|
After Width: | Height: | Size: 512 B |
BIN
webroot/forum/admin/styles/default/images/icons/warning.png
Normal file
|
After Width: | Height: | Size: 505 B |
BIN
webroot/forum/admin/styles/default/images/icons/world.png
Normal file
|
After Width: | Height: | Size: 793 B |
8
webroot/forum/admin/styles/default/images/index.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
BIN
webroot/forum/admin/styles/default/images/login_logo.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
webroot/forum/admin/styles/default/images/logo.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
webroot/forum/admin/styles/default/images/spinner.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
webroot/forum/admin/styles/default/images/spinner_big.gif
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
webroot/forum/admin/styles/default/images/submit_bg.png
Normal file
|
After Width: | Height: | Size: 104 B |
BIN
webroot/forum/admin/styles/default/images/tcat.png
Normal file
|
After Width: | Height: | Size: 125 B |
BIN
webroot/forum/admin/styles/default/images/thead.jpg
Normal file
|
After Width: | Height: | Size: 72 KiB |
BIN
webroot/forum/admin/styles/default/images/thead.png
Normal file
|
After Width: | Height: | Size: 126 KiB |
8
webroot/forum/admin/styles/default/index.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
191
webroot/forum/admin/styles/default/login.css
Normal file
@@ -0,0 +1,191 @@
|
||||
/* MyBB Admin CP
|
||||
*
|
||||
* Login CSS
|
||||
*/
|
||||
|
||||
body {
|
||||
font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
|
||||
font-size: 12px;
|
||||
background: #fff;
|
||||
color: #000000;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0072BC;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #0072BC;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#container {
|
||||
width: 410px;
|
||||
margin: 100px auto;
|
||||
}
|
||||
|
||||
#logo h1 {
|
||||
height: 82px;
|
||||
background: transparent url(images/login_logo.png) bottom left no-repeat;
|
||||
margin: 10px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#header h1 a {
|
||||
float: left;
|
||||
height: 82px;
|
||||
width: 410px;
|
||||
}
|
||||
|
||||
#content {
|
||||
border: 1px solid #ccc;
|
||||
background: #fff;
|
||||
padding: 1px;
|
||||
border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
-webkit-border-radius: 6px;
|
||||
}
|
||||
|
||||
p, form {
|
||||
padding: 0 10px 10px 10px;
|
||||
}
|
||||
|
||||
form {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
form p {
|
||||
padding: 0 0 10px 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
background: #02426c url(images/thead.jpg) repeat-x top left;
|
||||
border-bottom: 1px solid #263c30;
|
||||
color:#fff;
|
||||
margin: 0;
|
||||
padding: 8px;
|
||||
font-size: 14px;
|
||||
border-radius: 5px 5px 0 0;
|
||||
-moz-border-radius: 5px 5px 0 0;
|
||||
-webkit-border-radius: 5px 5px 0 0;
|
||||
}
|
||||
|
||||
input.text_input {
|
||||
border: 1px solid #aaa;
|
||||
width: 255px;
|
||||
padding: 4px;
|
||||
font-size: 13px;
|
||||
font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
input.text_input:focus {
|
||||
border: 1px solid #777;
|
||||
}
|
||||
|
||||
#message {
|
||||
margin: 10px 10px 0 10px;
|
||||
padding: 10px;
|
||||
font-weight: bold;
|
||||
background: #efefef;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
}
|
||||
|
||||
#message.error {
|
||||
border: 1px solid #FC6;
|
||||
background: #FFC;
|
||||
color: #C00;
|
||||
}
|
||||
|
||||
#message.success {
|
||||
border: #080 1px solid;
|
||||
background-color: #E8FCDC;
|
||||
color: #080;
|
||||
}
|
||||
|
||||
form .label {
|
||||
margin-bottom: 3px;
|
||||
width: 112px;
|
||||
clear: left;
|
||||
float: left;
|
||||
padding: 15px 0 0 8px;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
|
||||
form label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.form_container .field {
|
||||
float: left;
|
||||
padding: 8px 0;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
|
||||
p.submit {
|
||||
clear: both;
|
||||
background: #efefef;
|
||||
border-top: 1px solid #ddd;
|
||||
padding: 8px 10px;
|
||||
margin: 8px -10px 0;
|
||||
text-align: right;
|
||||
border-radius: 0 0 5px 5px;
|
||||
-moz-border-radius: 0 0 5px 5px;
|
||||
-webkit-border-radius: 0 0 5px 5px;
|
||||
}
|
||||
|
||||
p.submit input {
|
||||
border: 1px solid #999;
|
||||
padding: 4px 7px;
|
||||
background: #e3e3e3 url(images/submit_bg.png) repeat-x top;
|
||||
color: #444;
|
||||
font-weight: bold;
|
||||
font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
|
||||
margin-right: 3px;
|
||||
font-size: 1.1em;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
}
|
||||
|
||||
p.submit input:hover {
|
||||
border: 1px solid #666;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.forgot_password {
|
||||
float: left;
|
||||
padding-top: 8px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.forgot_password a {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.alert {
|
||||
padding: 5px 10px;
|
||||
border: #FC6 1px solid;
|
||||
background-color: #ffc;
|
||||
color: #900;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
padding-left: 10px;
|
||||
display: block;
|
||||
}
|
||||
1262
webroot/forum/admin/styles/default/main.css
Normal file
79
webroot/forum/admin/styles/default/modal.css
Normal file
@@ -0,0 +1,79 @@
|
||||
.blocker {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
z-index: 9999;
|
||||
padding: 20px;
|
||||
box-sizing: border-box;
|
||||
background-color: rgb(0,0,0);
|
||||
background-color: rgba(0,0,0,0.75);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.blocker:before{
|
||||
content: "";
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
vertical-align: middle;
|
||||
margin-right: -0.05em;
|
||||
}
|
||||
|
||||
.blocker.behind {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.modal {
|
||||
width: 400px;
|
||||
text-align: left;
|
||||
background: #fff;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
-webkit-border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
-o-border-radius: 8px;
|
||||
-ms-border-radius: 8px;
|
||||
border-radius: 8px;
|
||||
-webkit-box-shadow: 0 0 10px #000;
|
||||
-moz-box-shadow: 0 0 10px #000;
|
||||
-o-box-shadow: 0 0 10px #000;
|
||||
-ms-box-shadow: 0 0 10px #000;
|
||||
box-shadow: 0 0 10px #000;
|
||||
}
|
||||
|
||||
.modal a.close-modal {
|
||||
position: absolute;
|
||||
top: -12.5px;
|
||||
right: -12.5px;
|
||||
display: block;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
text-indent: -9999px;
|
||||
background: url(images/close.png) no-repeat 0 0;
|
||||
}
|
||||
|
||||
.modal-spinner {
|
||||
display: none;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-right: -32px;
|
||||
margin-top: -32px;
|
||||
background: url(images/spinner_big.gif) no-repeat center center;
|
||||
-webkit-border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
-o-border-radius: 8px;
|
||||
-ms-border-radius: 8px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
32
webroot/forum/admin/styles/default/popup.css
Normal file
@@ -0,0 +1,32 @@
|
||||
body {
|
||||
background: #f7f7f7;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#popup_container {
|
||||
background: #fff;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.popup_title {
|
||||
font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif;
|
||||
font-size: 170%;
|
||||
letter-spacing: -1px;
|
||||
font-weight: bold;
|
||||
color: #666;
|
||||
margin: 0 0 5px 0;
|
||||
border-bottom: 2px solid #999;
|
||||
}
|
||||
|
||||
.close_link {
|
||||
float: right;
|
||||
font-size: 13px;
|
||||
margin-top: 7px;
|
||||
font-weight: normal;
|
||||
letter-spacing: normal;
|
||||
}
|
||||
42
webroot/forum/admin/styles/default/style.css
Normal file
@@ -0,0 +1,42 @@
|
||||
#templatebox {
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 100;
|
||||
text-align: center;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
#fader{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 90;
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
background-color: #000;
|
||||
filter:alpha(opacity=60);
|
||||
-moz-opacity: 0.6;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
#outerContainer {
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
width: 70%;
|
||||
height: 300px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
ins, del {
|
||||
color: #000;
|
||||
padding: 2px;
|
||||
line-height: 1.5em;
|
||||
text-decoration: none;
|
||||
background: #dfd;
|
||||
}
|
||||
|
||||
del {
|
||||
background: #fdd;
|
||||
}
|
||||
82
webroot/forum/admin/styles/default/style.php
Normal file
@@ -0,0 +1,82 @@
|
||||
<?php
|
||||
/**
|
||||
* This is an example style file for Admin CP styles.
|
||||
*
|
||||
* It allows you to override our existing layout generation
|
||||
* classes with your own to further customise the Admin CP
|
||||
* layout beyond CSS.
|
||||
*
|
||||
* Your class name Should extend
|
||||
* --------------- -------------
|
||||
* Page DefaultPage
|
||||
* SidebarItem DefaultSidebarItem
|
||||
* PopupMenu DefaultPopupMenu
|
||||
* Table DefaultTable
|
||||
* Form DefaultForm
|
||||
* FormContainer DefaultFormContainer
|
||||
*
|
||||
* For example, to output your own custom header:
|
||||
*
|
||||
* class Page extends DefaultPage
|
||||
* {
|
||||
* function output_header($title)
|
||||
* {
|
||||
* echo "<h1>{$title}</h1>";
|
||||
* }
|
||||
* }
|
||||
*
|
||||
*/
|
||||
|
||||
// Disallow direct access to this file for security reasons
|
||||
if(!defined("IN_MYBB"))
|
||||
{
|
||||
die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined.");
|
||||
}
|
||||
|
||||
class Page extends DefaultPage
|
||||
{
|
||||
function _generate_breadcrumb()
|
||||
{
|
||||
if(!is_array($this->_breadcrumb_trail))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
$trail = "";
|
||||
foreach($this->_breadcrumb_trail as $key => $crumb)
|
||||
{
|
||||
if($this->_breadcrumb_trail[$key+1])
|
||||
{
|
||||
$trail .= "<a href=\"".$crumb['url']."\">".$crumb['name']."</a>";
|
||||
if($this->_breadcrumb_trail[$key+2])
|
||||
{
|
||||
$trail .= " » ";
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$trail .= " » <span class=\"active\">".$crumb['name']."</span>";
|
||||
}
|
||||
}
|
||||
return $trail;
|
||||
}
|
||||
}
|
||||
|
||||
class SidebarItem extends DefaultSidebarItem
|
||||
{
|
||||
}
|
||||
|
||||
class PopupMenu extends DefaultPopupMenu
|
||||
{
|
||||
}
|
||||
|
||||
class Table extends DefaultTable
|
||||
{
|
||||
}
|
||||
|
||||
class Form extends DefaultForm
|
||||
{
|
||||
}
|
||||
|
||||
class FormContainer extends DefaultFormContainer
|
||||
{
|
||||
}
|
||||
57
webroot/forum/admin/styles/default/user.css
Normal file
@@ -0,0 +1,57 @@
|
||||
.user_settings_bit {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.user_settings_bit input {
|
||||
vertical-align: middle;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.user_settings_bit select {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.user_settings_bit label {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.group_settings_bit {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.group_settings_bit input {
|
||||
vertical-align: middle;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.group_settings_bit select,
|
||||
.group_settings_bit input.text_input,
|
||||
.group_settings_bit textarea {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.group_settings_bit label {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.group_settings_bit small {
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
.group_settings_bit small.input {
|
||||
padding-left: 0;
|
||||
}
|
||||
#tab_general td td {
|
||||
border: 0;
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
.view_fields #fields_enabled, .view_fields #fields_disabled {
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
#fields_enabled li, #fields_disabled li {
|
||||
border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
}
|
||||
8
webroot/forum/admin/styles/index.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||