Skip to content

Commit

Permalink
Updating msg
Browse files Browse the repository at this point in the history
git-svn-id: svn://cherokee-project.com/CTK/trunk@4857 5dc97367-97f1-0310-9951-d761b3857238
  • Loading branch information
ionmx committed Apr 15, 2010
1 parent d51d8f7 commit eb29c67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CTK/Server.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ def cfg_reply_ajax_ok():
return {'ret':'ok', 'not-modified': '#save-button'}

def cfg_apply_post():
import time
time.sleep(5)
for k in post:
cfg[k] = post[k]

Expand Down
11 changes: 6 additions & 5 deletions static/css/CTK.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,19 @@
}

#activity {
text-align: right;
z-index: 1;
position: absolute;
width: 944px;
bottom: 20px;
margin-left: 840px;
display: inline;
bottom: 64px;
color: #27c;
height: 15px;
display: none;
}
#activity span {
background: #fff url(/CTK/images/loader.gif) no-repeat ;
background: transparent url(/CTK/images/loader.gif) no-repeat ;
padding: 1px 8px 0 19px;
display: none;
display: none;
}

/* Reset styles
Expand Down

0 comments on commit eb29c67

Please sign in to comment.