From 390f25ce1f52815ebbe77271910ad14536f209b0 Mon Sep 17 00:00:00 2001 From: did Date: Fri, 8 Jul 2011 00:25:03 +0200 Subject: [PATCH] minor css improvements --- doc/TODO | 2 +- public/javascripts/admin/application.js | 2 +- public/stylesheets/admin/application.css | 4 ++-- public/stylesheets/admin/editable_elements.css | 1 + public/stylesheets/admin/safari.css | 3 +++ 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index 8d350e05..a29ab506 100644 --- a/doc/TODO +++ b/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: diff --git a/public/javascripts/admin/application.js b/public/javascripts/admin/application.js index 7137c620..ff77696a 100644 --- a/public/javascripts/admin/application.js +++ b/public/javascripts/admin/application.js @@ -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, diff --git a/public/stylesheets/admin/application.css b/public/stylesheets/admin/application.css index f96b6cb2..49a7447f 100644 --- a/public/stylesheets/admin/application.css +++ b/public/stylesheets/admin/application.css @@ -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 { diff --git a/public/stylesheets/admin/editable_elements.css b/public/stylesheets/admin/editable_elements.css index 67163e18..60461d3e 100644 --- a/public/stylesheets/admin/editable_elements.css +++ b/public/stylesheets/admin/editable_elements.css @@ -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; } diff --git a/public/stylesheets/admin/safari.css b/public/stylesheets/admin/safari.css index fbce8794..404387ad 100644 --- a/public/stylesheets/admin/safari.css +++ b/public/stylesheets/admin/safari.css @@ -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; } } \ No newline at end of file