minor css improvements

This commit is contained in:
did 2011-07-08 00:25:03 +02:00
parent b2ddaf805c
commit 390f25ce1f
5 changed files with 8 additions and 4 deletions

View File

@ -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:

View File

@ -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,

View File

@ -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 {

View File

@ -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; }

View File

@ -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; }
}