minor css improvements
This commit is contained in:
parent
b2ddaf805c
commit
390f25ce1f
2
doc/TODO
2
doc/TODO
@ -74,7 +74,6 @@ x icon for redirection page in the pages section (back-office)
|
||||
- tooltip to explain the difference between 1.) Admin 2.) Author 3.) Designer?
|
||||
- test and/or convert existing templates (the 2 of the themes section)
|
||||
|
||||
- overide sort for contents
|
||||
- [bushido] guiders / welcome page / devise cas authentication (SSO)
|
||||
|
||||
|
||||
@ -99,6 +98,7 @@ BACKLOG:
|
||||
- sync data
|
||||
- import only theme assets
|
||||
- endless pagination
|
||||
- overide sort for contents
|
||||
|
||||
REFACTORING:
|
||||
|
||||
|
@ -56,7 +56,7 @@ var TinyMceDefaultSettings = {
|
||||
theme_advanced_toolbar_location : "top",
|
||||
theme_advanced_toolbar_align : "left",
|
||||
height: '300',
|
||||
width: '710',
|
||||
width: '709',
|
||||
inlinepopups_skin: 'locomotive',
|
||||
convert_urls: false,
|
||||
fullscreen_new_window : false,
|
||||
|
@ -192,12 +192,12 @@ ul.theme-assets li.hidden strong a { font-style: italic; color: #8B8D9A; font-we
|
||||
|
||||
#pages-list ul.folder li.templatized strong a {
|
||||
padding-right: 24px;
|
||||
background: transparent url(/images/admin/list/icons/template.png) no-repeat right 2px;
|
||||
background: transparent url(/images/admin/list/icons/template.png) no-repeat right 3px;
|
||||
}
|
||||
|
||||
#pages-list ul.folder li.redirect strong a {
|
||||
padding-right: 24px;
|
||||
background: transparent url(/images/admin/list/icons/redirect.png) no-repeat right 1px;
|
||||
background: transparent url(/images/admin/list/icons/redirect.png) no-repeat right 2px;
|
||||
}
|
||||
|
||||
#pages-list li .more {
|
||||
|
@ -61,4 +61,5 @@
|
||||
#editable-elements .wrapper ul li fieldset ol li label { padding-left: 0px; padding-right: 3em; }
|
||||
#editable-elements .wrapper ul li fieldset ol li p.remove,
|
||||
#editable-elements .wrapper ul li fieldset ol li p.inline-hints { margin-left: 13.3em; }
|
||||
#editable-elements .wrapper ul li fieldset ol li input[type=text] { width: 695px; }
|
||||
|
||||
|
@ -14,4 +14,7 @@
|
||||
#content #local-actions-bar a em { top: 4px; }
|
||||
|
||||
#sites-picker ul li { padding: 3px 8px 4px 8px; }
|
||||
|
||||
#pages-list ul.folder li.templatized strong a { background-position: right 2px; }
|
||||
#pages-list ul.folder li.redirect strong a { background-position: right 1px; }
|
||||
}
|
Loading…
Reference in New Issue
Block a user