X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp.css;h=455fe599a5f188198e98c59f30586dfd08d46eaf;hb=fa6fbcf43be31509708900949ddbf58ca4e3eeef;hp=a38143098fb0c7a774a932948cd52f2d76a1962d;hpb=a10a6687aca68e3660226fd74d56c896a56878a8;p=kivitendo-erp.git diff --git a/css/lx-office-erp.css b/css/lx-office-erp.css index a38143098..455fe599a 100644 --- a/css/lx-office-erp.css +++ b/css/lx-office-erp.css @@ -326,3 +326,33 @@ label { margin-bottom: 5px; padding: 5px; } + +.jqmWindow { + display: none; + + position: fixed; + top: 17%; + left: 40%; + + margin-left: -200px; + width: 700px; + + background-color: lemonchiffon; + color: #333; + border: 1px solid black; + padding: 4px; +} + +.jqmContent { + padding: 8px; +} + +.jqmWindow h1 { + border: 0; + padding: 0; + background-color: lemonchiffon; +} + +.jqmOverlay { + background-color: #000; +}