]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/modal.css
Merge branch 'mobile-style' of git://gitorious.org/laconica/meitar into review
[quix0rs-gnu-social.git] / theme / base / css / modal.css
1 /*
2  * SimpleModal Basic Modal Dialog
3  * http://www.ericmmartin.com/projects/simplemodal/
4  * http://code.google.com/p/simplemodal/
5  *
6  * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
7  *
8  * Licensed under the MIT license:
9  *   http://www.opensource.org/licenses/mit-license.php
10  *
11  * Revision: $Id: basic.css 162 2008-12-01 23:36:58Z emartin24 $
12  *
13  */
14
15
16 /* Overlay */
17 #simplemodal-overlay {background-color:#000; cursor:wait;}
18
19 /* Container */
20 #simplemodal-container {height:240px; width:320px; background-color:#fff; border:3px solid #ccc;}
21 #simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
22 #simplemodal-container #basicModalContent {padding:8px;}