Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cat_bar in forum maintenace is huge #632

Closed
Spuds opened this issue Jul 8, 2013 · 5 comments
Closed

cat_bar in forum maintenace is huge #632

Spuds opened this issue Jul 8, 2013 · 5 comments
Milestone

Comments

@Spuds
Copy link
Contributor

Spuds commented Jul 8, 2013

The various options under maintenance (routine, database, etc) have over sized headers which also makes the layout appear smushed

@StealthWombat
Copy link
Contributor

Yeah admin.css is a mess. Heaers are all being changed for new classes, so will sort it as it goes.

@StealthWombat
Copy link
Contributor

This works well. Just paste it over the current section in admin.css. Something like this is what it'll end up with although, with the markup cleaning that's on the cards, it wont be identical.

/* Styles for the manage maintenance section.
------------------------------------------------- */
#manage_maintenance .catbg {
    border: none;
    background: none;
}
#manage_maintenance div.windowbg, #manage_maintenance div.windowbg2 {
    background: none;
    padding: 0;
    margin:  0 0 4px 0;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 0 #fff;
}
#manage_maintenance p {
    padding: 0 0 10px 0;
}
#manage_maintenance p .button_submit{
    margin: 4px 10px 0 10px;
}
/* Stop the submit buttons running away on wide screens.*/
#manage_maintenance form {
    max-width: 75em;
    margin: 0 12px;
}
#manage_maintenance .settings {
    margin: 16px 0 0 0;
}

@Spuds
Copy link
Contributor Author

Spuds commented Jul 9, 2013

Yup, that looks much better ... still seems to have a left over white top border on the sections that should be suppressed as well (I think :P )

norv pushed a commit to norv/elkarte that referenced this issue Jul 19, 2013
…elkarte#641, $646, elkarte#662, elkarte#664, elkarte#668, elkarte#670.

=================================================
sources/Subs.php
Took the forced styling out of the me tag array. People can play with it in the css.
Re-wrote the main menu array as per topic at Elk.
-------------------------------------------------
sources/controllers/Memberlist.controller.php
Removed redundant th classes. Added some that will be needed.
-------------------------------------------------
sources/admin/ManageBans.php
sources/admin/ManageCalendar.php
sources/admin/ManageMail.php
sources/admin/ManageMembergroups.php
sources/admin/ManageSmileys.php

Changed a button class to one of the new classes. Removed some inline CSS.
-------------------------------------------------
sources/admin/Modlog.php
Removed redundant th classes.
-------------------------------------------------
sources/admin/Packages.php
Changed a button class to one of the new classes. Removed some inline CSS.
=================================================
themes/default/css
index.css and index_light.css have had a lot of changes. Too many to list. We haz shiny new theme. :D
admin.css had a few smallish tweaks (some temporary, some not).
rtl.css and install.css just had some old class names changed to new ones.
-------------------------------------------------
themes/default/languages
Admin.english.php just had one letter changed (didn't need a captial).

index.english.php had some new strings added, some old ones changed, and a bit of re-organising.
-------------------------------------------------
themes/default/scripts
post.js - Fixed some old markup, to match the new template and css.
Added a coment about a stray line break. This could be the cause of a minor bug with SCE and Firefox.
Didn't remove it because not sure why it is there.
-------------------------------------------------
themes/default
Admin.template.php - Minor class updates, and fix for elkarte#617
BoardIndex.template.php - Some markup clean up, and moved news fader to index.template.php.
Calendar.template.php - New markup and classes stuff.
--------
Display.template.php, ModerationCenter.template.php, PersonalMessage.template.php,
Profile.template.php, ProfileInfo.template.php, Recent.template.php, Search.template.php -

Bug fixes for markup (mostly quickbuttons, some re-ordering for consistency across templates,
includes fix for elkarte#662 in Display, and for elkarte#646 in Recent).
--------
GenericMenu.template.php - Fix for elkarte#617.
index.template.php - Markup revisions for more sanity (very clean now). Addition of news fader. Fix for elkarte#640.
BadBehavior.template.php, Errors.template.php, GenericControls.template.php,
ManageMembergroups.template.php, ManageNews.template.php, ManagePermissions.template.php,
Memberlist.template.php, ModerationCenter.template.php,
Post.template.php, Who.template.php - Minor class updates.

Themes.template.php - Finishing touches for elkarte#645 markup.

msg_alert_none is now topic_alert_none.
topic_alert_none, the second one..
Back with some $txt strings... Blame Ant :P
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>

Signed-off-by: Norv <a.w.norv@gmail.com>
@Spuds
Copy link
Contributor Author

Spuds commented Jul 20, 2013

Header bar is fixed, not sure what is going on with the buttons. Are they supposed to be in a fixed position or inline with the text? If inline seems they needs some baseline tweaks

@StealthWombat
Copy link
Contributor

At the moment I haven't really been worried about admin. Have been concerned with getting the public face of the thing presentable. Admin and moderation are a whole 'nother can of worms. Basically, if it looks wrong in admin, it probably is wrong. 😀

@Spuds Spuds closed this as completed Aug 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants