1
0
Fork 0

theme name cleanup - rename default to loozah, provide sane fallbacks and change system primary theme.

Provide indication on contact edit page of last update success/failure - can be extended later to
show actual timestamp of last successful update.
This commit is contained in:
Friendika 2011-02-06 15:50:50 -08:00
commit 147d7f3bbf
23 changed files with 107 additions and 26 deletions

View file

@ -1,4 +1,4 @@
@import url('../default/style.css');
@import url('../loozah/style.css');
footer {
background: #CCC;

View file

@ -1,4 +1,4 @@
@import url('../default/style.css');
@import url('../loozah/style.css');
nav {
background: #CCC;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

View file

@ -1210,7 +1210,8 @@ input#dfrn-url {
margin-top: 30px;
}
#contact-edit-poll-text {
margin-bottom: 10px;
margin-top: 15px;
margin-bottom: 5px;
}
#contact-edit-update-now {

View file

@ -1,4 +1,4 @@
@import url('../default/style.css');
@import url('../loozah/style.css');
footer {
background: #CCC;

View file

Before

Width:  |  Height:  |  Size: 644 B

After

Width:  |  Height:  |  Size: 644 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 237 B

After

Width:  |  Height:  |  Size: 237 B

Before After
Before After

View file

@ -1335,8 +1335,10 @@ input#dfrn-url {
margin-top: 30px;
}
#contact-edit-poll-text {
margin-bottom: 10px;
margin-top: 15px;
margin-bottom: 5px;
}
#contact-edit-update-now {
margin-top: 15px;
}

View file

@ -1,4 +1,4 @@
@import url('../default/style.css');
@import url('../loozah/style.css');
body {
background: #DDDDDD;

View file

@ -1,4 +1,4 @@
@import url('../default/style.css');
@import url('../loozah/style.css');
.error-message {
-moz-box-shadow: 5px 5px 5px #888888;