X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fpresenter%2Frecord%2Frecord_list.css;fp=css%2Fpresenter%2Frecord%2Frecord_list.css;h=59ab1777261518b8e081075bcda8a17c9cc92891;hb=168836cf2b4967a5fb2332867b329785cccc932a;hp=0000000000000000000000000000000000000000;hpb=ca9d536ff53e36883d715fd02ddabd829374dd90;p=kivitendo-erp.git diff --git a/css/presenter/record/record_list.css b/css/presenter/record/record_list.css new file mode 100644 index 000000000..59ab17772 --- /dev/null +++ b/css/presenter/record/record_list.css @@ -0,0 +1,37 @@ +/* the overlayed element */ +.record_list_overlay { + position: fixed; + top: 50%; + margin-top: -250px; + height: 500px; + + left: 50%; + margin-left: -400px; + width: 800px; + + background-color: #fff; + border: 1px solid #333; + + /* CSS3 styling for latest browsers */ + box-shadow: 0 0 90px 5px #000; + -moz-box-shadow: 0 0 90px 5px #000; + -webkit-box-shadow: 0 0 90px #000; + + padding: 10px; +} + +.record_list_overlay .overlay_content { + width: 790px; + height: 490px; + overflow: auto; +} + +.record_list_overlay .close { + background-image: url(../../../image/dialog-close.png); + position: absolute; + right: -16px; + top: -16px; + cursor: pointer; + height: 32px; + width: 32px; +}