diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-08-12 18:42:54 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-08-12 18:42:54 +0200 |
commit | eb516b79b6c9ab52a45998e5ebe7c0d3158f4f99 (patch) | |
tree | 206e7c7f8c28628e06832b37f593c1e90ec0b123 /core/css | |
parent | 7113e801846143dbb70394e7c7e11403847ee81f (diff) | |
download | nextcloud-server-eb516b79b6c9ab52a45998e5ebe7c0d3158f4f99.tar.gz nextcloud-server-eb516b79b6c9ab52a45998e5ebe7c0d3158f4f99.zip |
Position appsettings fixed and load it in dynamically added element.
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 7e79a66fb49..dd6f9d4675d 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -160,9 +160,9 @@ a.bookmarklet { background-color: #ddd; border:1px solid #ccc; padding: 5px;padd #category_addinput { width: 10em; } /* ---- APP SETTINGS ---- */ -.popup { background-color: white; border-radius: 10px 10px 10px 10px; box-shadow: 0 0 20px #888888; color: #333333; padding: 10px; position: absolute; z-index: 200; } -.popup.topright { top: -8px; right: 1em; } -.popup.bottomleft { bottom: 1em; left: 8px; } +.popup { background-color: white; border-radius: 10px 10px 10px 10px; box-shadow: 0 0 20px #888888; color: #333333; padding: 10px; position: fixed !important; z-index: 200; } +.popup.topright { top: 7em; right: 1em; } +.popup.bottomleft { bottom: 1em; left: 33em; } .popup .close { position:absolute; top: 0.2em; right:0.2em; height: 20px; width: 20px; background:url('../img/actions/delete.svg') no-repeat center; } .popup h2 { font-weight: bold; font-size: 1.2em; } .arrow { border-bottom: 10px solid white; border-left: 10px solid transparent; border-right: 10px solid transparent; display: block; height: 0; position: absolute; width: 0; z-index: 201; } |