From 4f0a16a24ccbd46df41346a11d66e30c6cd21e91 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 10 Mar 2013 11:04:43 -0500 Subject: [PATCH] fixed flash --- VERSION | 2 +- applications/admin/static/css/bootstrap_essentials.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ce98c569..c02dfd84 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.2-stable+timestamp.2013.03.10.10.44.53 +Version 2.4.2-stable+timestamp.2013.03.10.11.04.02 diff --git a/applications/admin/static/css/bootstrap_essentials.css b/applications/admin/static/css/bootstrap_essentials.css index 6eaf549c..63438991 100644 --- a/applications/admin/static/css/bootstrap_essentials.css +++ b/applications/admin/static/css/bootstrap_essentials.css @@ -344,6 +344,8 @@ h4.editableapp { background: #fff url(../images/folder.png) no-repeat; } h4.currentapp { background: #fff url(../images/folder_locked.png) no-repeat; } +.flash { position:fixed; width:50%; top:49px; left:25%; right:25%; cursor:default; text-align:center; z-index:5620; } + table.twitter{ background-color: transparent; } table.twitter tr td {vertical-align: top; padding: 5px; } table.twitter tr { border-bottom: 1px solid #a0a0a0; } \ No newline at end of file