mirror of
https://github.com/e107inc/e107.git
synced 2025-04-22 13:41:52 +02:00
HTML fixes.
This commit is contained in:
parent
b709c38361
commit
6a520a61a6
@ -5231,7 +5231,7 @@ class e_form
|
||||
{
|
||||
|
||||
$text = vartrue($fdata['fieldset_pre'])."
|
||||
<fieldset id='{$id}'>
|
||||
<fieldset id='{$id}-".$tab."'>
|
||||
<legend>".vartrue($fdata['legend'])."</legend>
|
||||
".vartrue($fdata['table_pre'])."
|
||||
<table class='table adminform'>
|
||||
@ -5677,7 +5677,7 @@ class e_form
|
||||
|
||||
foreach($defsubmitopt as $k=>$v)
|
||||
{
|
||||
$text .= "<li><a href='#' class='e-noclick'>".$this->radio('__after_submit_action', $k, $selected == $k, "label=".$v)."</a></li>";
|
||||
$text .= "<li class='after-submit'>".$this->radio('__after_submit_action', $k, $selected == $k, "label=".$v)."</li>";
|
||||
}
|
||||
|
||||
//$text .= '
|
||||
|
@ -13,7 +13,7 @@ class social_admin
|
||||
{
|
||||
$pref = e107::pref('core','social_login');
|
||||
|
||||
if(!empty($pref) && is_array($pref['Twitter']))
|
||||
if(!empty($pref) && !empty($pref['Twitter']) && is_array($pref['Twitter']))
|
||||
{
|
||||
$this->twitterActive = vartrue($pref['Twitter']['keys']['key']);
|
||||
}
|
||||
|
@ -252,12 +252,12 @@ a.brand:hover img {
|
||||
|
||||
}
|
||||
|
||||
img.image-selector { margin-bottom:0px; }
|
||||
img.image-selector { margin-bottom:0; }
|
||||
|
||||
.nav-collapse { margin-top:8px; }
|
||||
.dropdown-menu { box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); }
|
||||
.dropdown-menu { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
|
||||
.dropdown-menu i,
|
||||
.dropdown-menu img { padding: 0px 0px; margin-right: 10px; }
|
||||
.dropdown-menu img { padding: 0 0; margin-right: 10px; }
|
||||
|
||||
ul.navbar-nav li ul.dropdown-menu > li a img,
|
||||
ul.navbar-nav li ul.dropdown-menu > li a i {
|
||||
@ -1254,7 +1254,8 @@ li.rssRow > div {
|
||||
|
||||
.xdebug-error { color: black; font-size:1.5em }
|
||||
|
||||
|
||||
li.after-submit { padding:5px; }
|
||||
li.after-submit:hover { background-color: #337AB7; color:white }
|
||||
|
||||
/* Legacy Styling */
|
||||
.fborder .forumheader3 { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #0a0a0a; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user