really commiting files this time, still getting the hang of git.

some images added, some classes added to groupidebar, contacts sidebar
notification flags moved out of nav and into banner for testbubble the
testbubble css tweaks
This commit is contained in:
Devlon Duthie 2011-09-25 13:20:19 -05:00
commit cb1c6dd1e3
10 changed files with 176 additions and 128 deletions

View file

@ -2,6 +2,13 @@ $langselector
<span id="banner">$banner</span>
<div id="notifications">
{{ if $nav.network }}<a id="net-update" class="nav-ajax-update" href="$nav.network.0" title="$nav.network.1"></a>{{ endif }}
{{ if $nav.home }}<a id="home-update" class="nav-ajax-update" href="$nav.home.0" title="$nav.home.1"></a>{{ endif }}
{{ if $nav.notifications }}<a id="notify-update" class="nav-ajax-update" href="$nav.notifications.0" title="$nav.notifications.1"></a>{{ endif }}
{{ if $nav.messages }}<a id="mail-update" class="nav-ajax-update" href="$nav.messages.0" title="$nav.messages.1"></a>{{ endif }}
</div>
<div id="user-menu" >
<a id="user-menu-label" onclick="openClose('user-menu-popup'); return false" href="$nav.home.0">$sitelocation</a>
@ -38,14 +45,6 @@ $langselector
{{ if $nav.login }}<li><a id="nav-login-link" class="nav-link $nav.login.2" href="$nav.login.0" title="$nav.login.1">$nav.login.1</a></li> {{ endif }}
{{ if $nav.logout }}<li><a id="nav-logout-link" class="nav-commlink nav-sep $nav.logout.2" href="$nav.logout.0">$nav.logout.1</a></li> {{ endif }}
</ul>
<div id="notifications">
{{ if $nav.network }}<a id="net-update" class="nav-ajax-update" href="$nav.network.0" title="$nav.network.1"></a>{{ endif }}
{{ if $nav.home }}<a id="home-update" class="nav-ajax-update" href="$nav.home.0" title="$nav.home.1"></a>{{ endif }}
{{ if $nav.notifications }}<a id="notify-update" class="nav-ajax-update" href="$nav.notifications.0" title="$nav.notifications.1"></a>{{ endif }}
{{ if $nav.messages }}<a id="mail-update" class="nav-ajax-update" href="$nav.messages.0" title="$nav.messages.1"></a>{{ endif }}
</div>
</div>

View file

@ -12,12 +12,12 @@ Red links - #b20202
Red link hover - #db0503
Red Gradients (buttons and other gradients) - #b20202 and #d60808
Grey text - #626262
Grey/body text - #626262
Grey Gradients (buttons and other gradients) - #bdbdbd and #a2a2a2
Dark Grey Gradients - #7c7d7b and #555753
You can switch out the colors of header, buttons and links by using a find and replace in your text editor.
You can switch out the colors of the header, buttons and links by using a find and replace in your text editor.
= */
/* ========== */
@ -81,7 +81,6 @@ input[type=submit] {
margin-top: 10px;
border: none;
font-size: 0.9em;
display: inline;
padding: 5px 5px 5px 5px;
-moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
-webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
@ -122,6 +121,10 @@ section {
padding-right: 230px;
}
#wall-item-lock {
margin-left: 10px;
}
/* ========= */
/* = Login = */
/* ========= */
@ -1216,7 +1219,8 @@ div[id$="wrapper"] br { clear: left; }
float: left;
display: inline;
width: 130px;
margin:20px;
margin-left:5px;
margin-top: 20px;
-moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
-webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
box-shadow:inset 0px 1px 0px 0px #cfcfcf;
@ -1228,7 +1232,6 @@ div[id$="wrapper"] br { clear: left; }
-webkit-border-radius:5px;
border-radius:5px;
padding: 5px 10px 5px 10px;
margin-right: 5px;
font-style: bold;
color:#efefef;
text-align: center;
@ -1819,6 +1822,7 @@ input#photo_edit_form {
font-size: 1em;
}
#prvmail-submit-wrapper { margin-top: 10px; }
#prvmail-submit {
float: right;
@ -2527,27 +2531,35 @@ margin-left: 90px;
display: inline;
}
#group-edit-submit-wrapper {
margin-bottom: 0px;
margin-bottom: 10px;
margin-right: 400px;
float: right;
display: inline;
}
#group-delete-icon-11 { position: absolute; left: 360px; top: 103px; }
#group-edit-desc { margin: 10px 0xp; }
#group-new-text {font-size: 1.1em;}
#group-members,
#prof-members {
width: 620px;
width: 83%;
height: 200px;
overflow: auto;
border: none;
background-color: #fff;
background-color: #f0edf0;
color: #555753;
border: 1px solid #ccc;
margin-bottom: 10px;
padding: 10px;
}
#group-all-contacts,
#prof-all-contacts {
width: 620px;
width: 83%;
height: 200px;
overflow: auto;
border: none;
border: 1px solid #ccc;
background-color: #f0edf0;
padding: 10px;
}
#group-members h3,
@ -2578,7 +2590,7 @@ margin-left: 90px;
width: 400px;
padding: 20px;
padding-top: 10px;
margin: 0 50px;
margin: 0 0px;
background-color: #fff;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
@ -2644,7 +2656,6 @@ margin-left: 90px;
#new-event-link{
width: 130px;
padding: 7px;
margin: auto;
margin-bottom: 10px;
-moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
-webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
@ -2854,6 +2865,8 @@ tr {
.admin.link {
list-style-position: inside;
font-size: 1em;
padding: 3px;
}
#adminpage dl {
@ -2930,7 +2943,7 @@ tr {
.field textarea { height: 100px; }
.field_help {
display: block;
margin-left: 200px;
margin-left: 100px;
color: #666666;
}