Reg:Warning Msg added, MyAccount: delete,download in progess. Css: common css moved...
[myslice.git] / portal / static / css / onelab.css
1 /* Thierry's Note 
2 it seems to me that most of the stuff here is not register-related,
3 but general-purpose settings for an openlab style
4 I've started to move over such stuff in onelab.css
5 feel free to add to this collection
6 */
7
8 /* these in general are div.well */
9 div.onelab-title{
10     margin-top:20px;
11     margin-bottom:20px;
12     text-align: center;
13     border: 1px solid #61210B;
14     background-color: #e0f0f0;
15 }
16
17 /***** Notifications *****/
18 .warning {
19     border: 1px solid red;
20     margin: 20px 60px;
21     padding: 10px 20px;
22     color: red;
23     background-color: #f2dbdb;
24     text-align: center;
25 }
26