mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Minor admin styling fixes.
This commit is contained in:
@@ -315,7 +315,7 @@ class e_form
|
|||||||
$title = "Media Manager : ".$category;
|
$title = "Media Manager : ".$category;
|
||||||
|
|
||||||
$ret = "<a title=\"{$title}\" rel='external' class='e-dialog' href='".$url."'>".$label."</a>"; // using colorbox.
|
$ret = "<a title=\"{$title}\" rel='external' class='e-dialog' href='".$url."'>".$label."</a>"; // using colorbox.
|
||||||
// $ret = "<a title=\"{$title}\" data-toggle='modal' data-cache='false' data-target='#eModal' href='".$url."'>".$label."</a>"; // using bootstrap.
|
// $ret = "<a title=\"{$title}\" data-toggle='modal' data-cache='false' data-target='#uiModal' href='".$url."'>".$label."</a>"; // using bootstrap.
|
||||||
|
|
||||||
|
|
||||||
// $footer = "<div style=\'padding:5px;text-align:center\' <a href=\'#\' >Save</a></div>";
|
// $footer = "<div style=\'padding:5px;text-align:center\' <a href=\'#\' >Save</a></div>";
|
||||||
|
@@ -295,7 +295,7 @@ class wysiwyg
|
|||||||
|
|
||||||
|
|
||||||
// 'theme_advanced_statusbar_location' => 'bottom',
|
// 'theme_advanced_statusbar_location' => 'bottom',
|
||||||
'theme_advanced_resizing' => 'false',
|
'theme_advanced_resizing' => 'true',
|
||||||
'remove_linebreaks' => 'false',
|
'remove_linebreaks' => 'false',
|
||||||
'extended_valid_elements' => vartrue($config['extended_valid_elements']),
|
'extended_valid_elements' => vartrue($config['extended_valid_elements']),
|
||||||
// 'pagebreak_separator' => "[newpage]",
|
// 'pagebreak_separator' => "[newpage]",
|
||||||
|
@@ -723,10 +723,10 @@ i.searchquery {
|
|||||||
|
|
||||||
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus
|
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus
|
||||||
{
|
{
|
||||||
background-color: rgb(255, 255, 255);
|
background-color: rgb(246, 246, 246);
|
||||||
cursor: text;
|
|
||||||
margin-bottom:-1px;
|
margin-bottom:-1px;
|
||||||
|
background-image: -moz-linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 100%);
|
||||||
|
border-bottom:1px solid rgb(246, 246, 246);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-pane { }
|
.tab-pane { }
|
||||||
|
Reference in New Issue
Block a user