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
parent 8e988341d0
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.0 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

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 237 B

After

Width:  |  Height:  |  Size: 237 B

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;