refine notification menu
everyting results modified, don't know why. commit all.
0
README
Normal file → Executable file
2
addon/profilehome/admin.tpl
Normal file → Executable 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>
|
0
addon/profilehome/profilehome.php
Normal file → Executable file
0
view/theme/blog/conversation.tpl
Normal file → Executable file
0
view/theme/blog/default.php
Normal file → Executable file
0
view/theme/blog/headers/willow.jpg
Normal file → Executable file
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
0
view/theme/blog/images/dropdown.png
Normal file → Executable file
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 224 B |
0
view/theme/blog/images/messages.png
Normal file → Executable file
Before Width: | Height: | Size: 777 B After Width: | Height: | Size: 777 B |
0
view/theme/blog/images/messages2.png
Normal file → Executable file
Before Width: | Height: | Size: 488 B After Width: | Height: | Size: 488 B |
0
view/theme/blog/images/notifications.png
Normal file → Executable file
Before Width: | Height: | Size: 926 B After Width: | Height: | Size: 926 B |
0
view/theme/blog/images/notifications3.png
Normal file → Executable file
Before Width: | Height: | Size: 714 B After Width: | Height: | Size: 714 B |
0
view/theme/blog/images/notify.png
Normal file → Executable file
Before Width: | Height: | Size: 1,001 B After Width: | Height: | Size: 1,001 B |
0
view/theme/blog/images/notify2.png
Normal file → Executable file
Before Width: | Height: | Size: 596 B After Width: | Height: | Size: 596 B |
0
view/theme/blog/images/notify3.png
Normal file → Executable file
Before Width: | Height: | Size: 534 B After Width: | Height: | Size: 534 B |
0
view/theme/blog/images/search.png
Normal file → Executable file
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 441 B |
0
view/theme/blog/nav.tpl
Normal file → Executable file
17
view/theme/blog/style.css
Normal file → Executable file
|
@ -96,6 +96,7 @@ input#searchsubmit {
|
|||
left: 100%;
|
||||
top: 0;
|
||||
}
|
||||
#tools ul ul .empty,
|
||||
#tools ul ul a {
|
||||
background: none repeat scroll 0 0 #F9F9F9;
|
||||
border-bottom: 1px dotted #DDDDDD;
|
||||
|
@ -107,6 +108,22 @@ input#searchsubmit {
|
|||
padding: 10px;
|
||||
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 {
|
||||
background: none repeat scroll 0 0 #EFEFEF;
|
||||
}
|
||||
|
|