From 49f821921eb3b3fed291ff8dbe05354b0d2ac16c Mon Sep 17 00:00:00 2001 From: dengenxp Date: Tue, 13 Dec 2016 01:48:27 +0900 Subject: [PATCH] Modified some style of Modern Curve theme --- .../layout/modern_curve/css/admin/common.css | 6 +++--- .../layout/modern_curve/css/admin/lists.css | 13 +++++++++++-- .../layout/modern_curve/css/admin/story.css | 7 +++++++ .../modern_curve/css/comment/comment.css | 5 ++++- public_html/layout/modern_curve/css/common.css | 11 ++++++++++- .../layout/modern_curve/css/compatible.css | 18 ++++++++++++------ .../layout/modern_curve/css/default.css | 2 ++ 7 files changed, 49 insertions(+), 13 deletions(-) diff --git a/public_html/layout/modern_curve/css/admin/common.css b/public_html/layout/modern_curve/css/admin/common.css index 938bb112b..4c5738984 100644 --- a/public_html/layout/modern_curve/css/admin/common.css +++ b/public_html/layout/modern_curve/css/admin/common.css @@ -103,14 +103,14 @@ table#admin-permissions { } table#admin-permissions th { - padding: 4px; + padding: 5px 8px; border: 1px solid #ffffff; background: #dae0ed; - text-align: {left}; + text-align: center; } table#admin-permissions td { - padding: 4px; + padding: 5px 8px; border: 1px solid #ffffff; background: #f7f7f7; font-weight: bold; diff --git a/public_html/layout/modern_curve/css/admin/lists.css b/public_html/layout/modern_curve/css/admin/lists.css index 3eeef5d48..5d29c6df1 100644 --- a/public_html/layout/modern_curve/css/admin/lists.css +++ b/public_html/layout/modern_curve/css/admin/lists.css @@ -91,20 +91,29 @@ table.admin-list tr.admin-listitem_rollover { } table.admin-list tr th { + height: 20px; margin: 0; - padding: 2px; + padding: 3px 5px; + vertical-align: middle; text-align: {left}; } table.admin-list tr td { + height: 20px; margin: 0; - padding: 2px; + padding: 3px 5px; + vertical-align: middle; + text-align: {left}; } table.admin-list tr td img { border: none; } +table.admin-list img { + vertical-align: middle; +} + /* Navigation */ ul.admin-list-navi { list-style-position: outside; diff --git a/public_html/layout/modern_curve/css/admin/story.css b/public_html/layout/modern_curve/css/admin/story.css index 68096467f..c6b1a2f9b 100644 --- a/public_html/layout/modern_curve/css/admin/story.css +++ b/public_html/layout/modern_curve/css/admin/story.css @@ -82,6 +82,7 @@ form#admin-storyeditor_advanced div#html_editor { form#admin-storyeditor_advanced div#text_editor textarea, form#admin-storyeditor_advanced div#html_editor textarea { width: 98%; + padding: 4px 6px; } form#admin-storyeditor_advanced fieldset legend { @@ -144,3 +145,9 @@ span.story_stats { float: {left}; margin-{right}: 2em; } + +#admin-storyeditor-introtext, +#admin-storyeditor-bodytext { + width: 98%; + padding: 4px 6px; +} \ No newline at end of file diff --git a/public_html/layout/modern_curve/css/comment/comment.css b/public_html/layout/modern_curve/css/comment/comment.css index de83bc898..df6b38cbb 100644 --- a/public_html/layout/modern_curve/css/comment/comment.css +++ b/public_html/layout/modern_curve/css/comment/comment.css @@ -329,7 +329,10 @@ form#commentform dl.importantstuff dd ul li { padding: 0; } - +form#commentform #comment_text { + width: 98%; + padding: 4px 6px; +} /*-------------------------------------- Comment Submit Form (Advanced Editor) diff --git a/public_html/layout/modern_curve/css/common.css b/public_html/layout/modern_curve/css/common.css index 528dff083..11809aa9a 100644 --- a/public_html/layout/modern_curve/css/common.css +++ b/public_html/layout/modern_curve/css/common.css @@ -27,6 +27,9 @@ body { line-height: 1.25; } +a { + outline: 0; +} a:link { color: #033987; text-decoration: none; @@ -119,7 +122,13 @@ input.text { } input[type="checkbox"] { - margin: 0 0.3em; + margin: 0; + padding: 0; +} + +input[type="radio"] { + margin: 0; + padding: 0; } /* Submit Button */ diff --git a/public_html/layout/modern_curve/css/compatible.css b/public_html/layout/modern_curve/css/compatible.css index 6f68c95a6..de63a3d95 100644 --- a/public_html/layout/modern_curve/css/compatible.css +++ b/public_html/layout/modern_curve/css/compatible.css @@ -38,19 +38,25 @@ .admin-list-table form { margin:0px; } +.admin-list-table img { + vertical-align: middle; +} .admin-list-search { text-align:center; margin-top:5px; margin-bottom:5px; } .admin-list-field { + height:20px; + padding:3px 5px; + vertical-align:middle; text-align:{left}; - padding-left:5px; - padding-right:5px; } .admin-list-headerfield { - text-align:{left}; + height:20px; padding:3px 5px; + vertical-align:middle; + text-align:{left}; } /* Menus in blocks ************************************************************/ .blocklist ul { @@ -169,10 +175,10 @@ padding-left:10px; } .fieldhelp { - font-size:0.8em; + font-size:1em; color:#666666; - padding-left:0.8em; - padding-right:0.8em; + padding-left:0.3em; + padding-right:0.3em; } /* Forms **********************************************************************/ diff --git a/public_html/layout/modern_curve/css/default.css b/public_html/layout/modern_curve/css/default.css index deb53172d..680b45212 100644 --- a/public_html/layout/modern_curve/css/default.css +++ b/public_html/layout/modern_curve/css/default.css @@ -14,10 +14,12 @@ Universal Selector ---------------------------------------*/ +/* * { margin: 0; padding: 0; } +*/