Skip to content

Commit

Permalink
Merge pull request #322 from Labradoodle-360/css-tweaks
Browse files Browse the repository at this point in the history
CSS Tweaks
  • Loading branch information
Matthew K. committed Apr 2, 2013
2 parents e3b744d + 9bb2b2c commit 20965e8
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Themes/default/ManageLanguages.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,12 @@ function template_modify_language_entries()
', $txt['edit_languages'], '
</h3>
</div>
<div class="information">
<div id="editlang_desc" class="information">
', $txt['edit_language_entries_primary'], '
</div>';

// Not writable?
if ($context['lang_file_not_writable_message'])
if (!empty($context['lang_file_not_writable_message']))
{
// Oops, show an error for ya.
echo '
Expand Down
21 changes: 12 additions & 9 deletions Themes/default/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ img.sort {
font-weight: bold;
border: 1px solid #f49a3a;
box-shadow: 0 5px 5px rgba(255,255,255,0.2) inset;
text-shadow: 0 0 1px rgba(0,0,0,0.4);
text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
/* Level 1 hover effects. */
.dropmenu li a:hover, .dropmenu li:hover a, .dropmenu li a:focus {
Expand All @@ -1008,6 +1008,7 @@ img.sort {
cursor: pointer;
text-decoration: none;
box-shadow: 0 4px 4px rgba(255,255,255,0.1) inset;
text-shadow: 1px 1px 3px rgba(255, 255, 255, 1);
}
/* Level 1 active button. */
.dropmenu li a.active:hover, .dropmenu li:hover a.active {
Expand Down Expand Up @@ -1304,9 +1305,7 @@ img.sort {
font-weight: bold;
border-radius: 3px;
border: 1px solid #558080;
border-left: 1px solid #bbb;
border-top: 1px solid #354f64;
box-shadow: -1px -1px 2px rgba(0,0,0,0.1), -1px -2px 3px rgba(255,255,255,0.3) inset, 1px 2px 3px rgba(0,0,0,0.1) inset;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
.buttonlist ul li a.active:hover {
color: #ffc187;
Expand Down Expand Up @@ -1419,7 +1418,7 @@ h1.forumtitle {
}
h1.forumtitle a {
color: #a85400;
text-shadow: -1px -1px 0 rgba(0,0,0,0.5), 1px 1px 0 #fff;
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5), 1px 1px 0 #fff;
}
/* Float these items to the right */
#siteslogan, img#smflogo {
Expand Down Expand Up @@ -1478,16 +1477,15 @@ ul li.greeting {
#inner_wrap a.avatar {
float: left;
margin: 0 10px 5px 0;
width: 40px;
}
/* No more huge avatars up top. YAY! */
#inner_wrap a.avatar img {
height: 100%;
width: 100%;
max-width: 40px;
max-height: 40px;
}
/* News section. */
#inner_wrap .news {
width: 50%;
max-width: 50%;
max-width: 27em;
float: right;
overflow: auto;
Expand Down Expand Up @@ -4039,6 +4037,11 @@ span.hidelink {
border: none;
box-shadow: none;
}

div#editlang_desc {
margin-bottom: 8px;
}

/* Some caution required here, as Post.template.php topic summary shares #recent with recent posts. */
#recent .core_posts {
padding: 8px 0;
Expand Down
51 changes: 46 additions & 5 deletions Themes/default/css/rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,37 @@
padding-left: 0;
}

a#bot {
float: left;
}

img.icon {
margin: 0 0 0 5px !important;
}

a.collapse img {
margin: -8px 0 0 -4px;
}

#menu_nav {
padding: 0;
}

.button_submit, .button_reset, .button_link {
margin: 0;
}

/* BoardIndex Styling for RTL */
td.lastpost {
border-left: 1px solid #ddd;
border-right: 0px !important;
}

.table_list td.icon {
border-left: 0px !important;
border-right: 1px solid #ddd;
}

/* Lists with settings use these a lot.
------------------------------------------------------- */
dl.settings {
Expand Down Expand Up @@ -167,8 +198,7 @@ li#collapse_button {
margin: 0 0 0 0.2em;
}
.buttonlist ul li a {
margin-left: 0;
margin-right: 12px;
margin: 0;
}
.buttonlist ul li a span {
left: 8px;
Expand Down Expand Up @@ -260,7 +290,7 @@ form#ic_login ul li {
text-align: left;
}
img#upshrink_ic, img#newsupshrink {
float: right;
float: left;
}

/* Styles for the message (topic) index.
Expand Down Expand Up @@ -354,9 +384,10 @@ span.percent {
margin: 0 0 0 0.5em;
}

.keyinfo {
float: right;
#display_jump_to select {
margin: 0;
}

.modifybutton {
clear: left;
float: left;
Expand Down Expand Up @@ -897,4 +928,14 @@ span.search_weight {
}
ul.moderation_notes li {
padding: 4px 4px 4px 0;
}

#inner_wrap a.avatar {
float: right;
width: 46px;
}

.unread_links {
float: left !important;
padding-left: 0;
}
6 changes: 3 additions & 3 deletions Themes/default/languages/index.english.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
$txt['welcome_guest'] = 'Welcome, <strong>%1$s</strong>. Please <a href="%2$s">login</a>.';

//$txt['welcome_guest_register'] = 'Welcome, <strong>%1$s</strong>. Please <a href="' . $scripturl . '?action=login">login</a> or <a href="' . $scripturl . '?action=register">register</a>.';
$txt['welcome_guest_register'] = 'Welcome to <strong>'. $context['forum_name']. '</strong>. Please <a href="' . $scripturl . '?action=login">login</a> or <a href="' . $scripturl . '?action=register">register</a>.';
$txt['welcome_guest_register'] = 'Welcome to <strong>' . $context['forum_name'] . '</strong>. Please <a href="' . $scripturl . '?action=login">login</a> or <a href="' . $scripturl . '?action=register">register</a>.';

$txt['please_login'] = 'Please <a href="' . $scripturl . '?action=login">login</a>.';
$txt['login_or_register'] = 'Please <a href="' . $scripturl . '?action=login">login</a> or <a href="' . $scripturl . '?action=register">register</a>.';
Expand Down Expand Up @@ -501,7 +501,7 @@
$txt['go_up'] = 'Go Up';
$txt['go_down'] = 'Go Down';

$forum_copyright = '<a href="' . $scripturl . '?action=credits" title="Simple Machines Forum" target="_blank" class="new_win">%1$s</a> |
$forum_copyright = '<a href="' . $scripturl . '?action=credits" title="Simple Machines Forum" class="new_win">%1$s</a> |
<a href="http://www.simplemachines.org/about/smf/license.php" title="License" target="_blank" class="new_win">SMF &copy; 2012</a>, <a href="http://www.simplemachines.org" title="Simple Machines" target="_blank" class="new_win">Simple Machines</a>';

$txt['birthdays'] = 'Birthdays:';
Expand Down Expand Up @@ -831,4 +831,4 @@
$txt['debug_browser'] = 'Browser ID: ';
$txt['debug_hooks'] = 'Hooks called: ';

?>
?>

0 comments on commit 20965e8

Please sign in to comment.