diff --git a/media/css/seahub.css b/media/css/seahub.css index ce14649660..3f400575b3 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -480,6 +480,16 @@ textarea:-moz-placeholder {/* for FF */ } /* header */ +#notice { + text-align:center; +} +#notice-con { + color:red; + padding:3px 5px; + background:#ffc; + box-shadow:0 0 6px gray; + border-radius:1px; +} #logo { width:95px; height:40px; diff --git a/templates/base.html b/templates/base.html index 7c286b6135..75b1d22f64 100644 --- a/templates/base.html +++ b/templates/base.html @@ -81,6 +81,7 @@