mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Additional styling of selectize.
This commit is contained in:
parent
24215725c1
commit
f2d25442b0
@ -392,7 +392,7 @@ class news_admin_ui extends e_admin_ui
|
||||
'news_extended' => array('title' => "", 'type' => null, 'tab'=>0, 'nolist'=>true, 'writeParms'=>'nolabel=1','data'=>'str', 'width' => 'auto', 'thclass' => '', 'class' => null, 'nosort' => false),
|
||||
|
||||
'news_meta_keywords' => array('title' => LAN_KEYWORDS, 'type' => 'tags', 'tab'=>1, 'inline'=>true, 'width' => 'auto', 'thclass' => '', 'class' => null, 'nosort' => false),
|
||||
'news_meta_description' => array('title' => LAN_DESCRIPTION,'type' => 'textarea', 'tab'=>1, 'width' => 'auto', 'thclass' => '', 'class' => null, 'nosort' => false),
|
||||
'news_meta_description' => array('title' => LAN_DESCRIPTION,'type' => 'textarea', 'tab'=>1, 'width' => 'auto', 'thclass' => '', 'class' => null, 'nosort' => false, 'writeParms'=>array('size'=>'xxlarge')),
|
||||
'news_sef' => array('title' => LAN_SEFURL, 'type' => 'text', 'tab'=>1, 'writeParms'=>'size=xxlarge', 'inline'=>true, 'width' => 'auto', 'thclass' => '', 'class' => null, 'nosort' => false),
|
||||
'news_ping' => array('title' => LAN_PING, 'type' => 'checkbox', 'tab'=>1, 'data'=>false, 'writeParms'=>'value=0', 'inline'=>true, 'width' => 'auto', 'thclass' => '', 'class' => null, 'nosort' => false),
|
||||
|
||||
|
@ -152,7 +152,8 @@ td.options .btn-group { display: flex; }
|
||||
#admin-ui-modal { width: 90%; }
|
||||
|
||||
|
||||
.selectize-input { width: 206px }
|
||||
|
||||
|
||||
|
||||
div.bbcode-panel {
|
||||
|
||||
@ -1122,6 +1123,14 @@ li.rssRow > div {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.selectize-input { width: 530px; max-width: 90%; }
|
||||
|
||||
|
||||
.selectize-input.focus {
|
||||
border-color: #66AFE9;
|
||||
outline: 0px none;
|
||||
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
|
||||
}
|
||||
|
||||
|
||||
/* uiAlert Styling */
|
||||
@ -1170,6 +1179,7 @@ li.rssRow > div {
|
||||
.admin-theme-cell-admin { background-color:#FFFFD5; border: 1px solid #FFCC00; }
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
||||
body { background-color: rgb(68, 68, 68); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user