Merge pull request #204 from simonlnu/master

many changes, all small
This commit is contained in:
Simon 2012-04-03 23:21:39 -07:00
commit 5c6c9d756f
2 changed files with 38 additions and 20 deletions

View File

@ -444,10 +444,10 @@ div.jGrowl div.info {
padding-left: 58px;
}
#nav-notifications-menu {
margin: 30px 0 0 -45px;
width: 300px;
max-height: 400px;
overflow: auto;
margin: 30px 0 0 -20px;
width: 275px;
max-height: 300px;
overflow-y: auto;
font-size: 9pt;
}
#nav-notifications-menu .contactname {
@ -764,10 +764,18 @@ aside #viewcontacts {
#dfrn-request-link {
background: #3465A4 url(connect.png) no-repeat 95% center;
border-radius: 5px 5px 5px 5px;
color:#fff;
color: #eec;
display: block;
font-size: 1.2em;
padding:.2em .5em;
padding: 0.2em 0.5em;
}
#wallmessage-link {
/*background: #3465A4 url(connect.png) no-repeat 95% center;*/
/*border-radius: 5px 5px 5px 5px;*/
color: #eee;
display: block;
font-size: 1.2em;
padding: 0.2em 0.5em;
}
#netsearch-box {
margin: 20px 0px 30px;
@ -1113,6 +1121,7 @@ section {
}
.shiny {
background: #2e3436;
border-radius: 5px;
}
.wall-outside-wrapper .shiny {
border-radius: 5px;

View File

@ -444,10 +444,10 @@ div.jGrowl div.info {
padding-left: 58px;
}
#nav-notifications-menu {
margin: 30px 0 0 -45px;
width: 300px;
max-height: 400px;
overflow: auto;
margin: 30px 0 0 -20px;
width: 275px;
max-height: 300px;
overflow-y: auto;
font-size: 9pt;
}
#nav-notifications-menu .contactname {
@ -767,7 +767,15 @@ aside #viewcontacts {
color: #fff;
display: block;
font-size: 1.2em;
padding:.2em .5em;
padding: 0.2em 0.5em;
}
#wallmessage-link {
/*background: #3465A4 url(connect.png) no-repeat 95% center;*/
/*border-radius: 5px 5px 5px 5px;*/
color: #eee;
display: block;
font-size: 1.2em;
padding: 0.2em 0.5em;
}
#netsearch-box {
margin: 20px 0px 30px;
@ -1113,6 +1121,7 @@ section {
}
.shiny {
background: #efefdf;
border-radius: 5px;
}
.wall-outside-wrapper .shiny {
border-radius: 5px;