refine notification menu

everyting results modified, don't know why. commit all.
This commit is contained in:
fabrixxm 2012-09-19 10:45:45 -04:00
parent ae1cbfba35
commit 386815db51
18 changed files with 18 additions and 1 deletions

0
README Normal file → Executable file
View File

2
addon/profilehome/admin.tpl Normal file → Executable file
View File

@ -1,2 +1,2 @@
{{ inc field_select.tpl with $field=$user }}{{ endinc }} {{ inc field_select.tpl with $field=$user }}{{ endinc }}
<div class="submit"><input type="submit" value="$submit" /></div> <div class="submit"><input type="submit" value="$submit" /></div>

0
addon/profilehome/profilehome.php Normal file → Executable file
View File

0
view/theme/blog/conversation.tpl Normal file → Executable file
View File

0
view/theme/blog/default.php Normal file → Executable file
View File

0
view/theme/blog/headers/willow.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 67 KiB

0
view/theme/blog/images/dropdown.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 224 B

After

Width:  |  Height:  |  Size: 224 B

0
view/theme/blog/images/messages.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 777 B

After

Width:  |  Height:  |  Size: 777 B

0
view/theme/blog/images/messages2.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 488 B

After

Width:  |  Height:  |  Size: 488 B

0
view/theme/blog/images/notifications.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 926 B

After

Width:  |  Height:  |  Size: 926 B

0
view/theme/blog/images/notifications3.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 714 B

After

Width:  |  Height:  |  Size: 714 B

0
view/theme/blog/images/notify.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1001 B

After

Width:  |  Height:  |  Size: 1001 B

0
view/theme/blog/images/notify2.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 596 B

After

Width:  |  Height:  |  Size: 596 B

0
view/theme/blog/images/notify3.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 534 B

After

Width:  |  Height:  |  Size: 534 B

0
view/theme/blog/images/search.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 441 B

After

Width:  |  Height:  |  Size: 441 B

0
view/theme/blog/nav.tpl Normal file → Executable file
View File

17
view/theme/blog/style.css Normal file → Executable file
View File

@ -96,6 +96,7 @@ input#searchsubmit {
left: 100%; left: 100%;
top: 0; top: 0;
} }
#tools ul ul .empty,
#tools ul ul a { #tools ul ul a {
background: none repeat scroll 0 0 #F9F9F9; background: none repeat scroll 0 0 #F9F9F9;
border-bottom: 1px dotted #DDDDDD; border-bottom: 1px dotted #DDDDDD;
@ -107,6 +108,22 @@ input#searchsubmit {
padding: 10px; padding: 10px;
width: 168px; width: 168px;
} }
#tools ul ul .empty { color: #888888; text-align: center;}
#tools ul ul #nav-notifications-see-all a,
#tools ul ul #nav-notifications-mark-all a{
font-size: 10px;
background-color: #222222;
color: #eeeeee;
line-height: 1em;
}
#tools ul ul #nav-notifications-mark-all a {
border-bottom: 1px solid #444444;
}
#tools ul ul #nav-notifications-see-all a:hover,
#tools ul ul #nav-notifications-mark-all a:hover {
background-color: #eeeeee; color: #222222;
}
#tools li:hover > a, #access ul ul *:hover > a, #access a:focus { #tools li:hover > a, #access ul ul *:hover > a, #access a:focus {
background: none repeat scroll 0 0 #EFEFEF; background: none repeat scroll 0 0 #EFEFEF;
} }

0
view/theme/blog/theme.php Normal file → Executable file
View File