Subversion Repositories wimsdev

Rev

Rev 11168 | Rev 11412 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11168 Rev 11204
Line 83... Line 83...
83
}
83
}
84
 
84
 
85
/* WIMS_messages */
85
/* WIMS_messages */
86
.wims_msg{
86
.wims_msg{
87
   /*font-weight: bold;*/
87
   /*font-weight: bold;*/
88
   padding: 0.1rem;
88
   padding: 0.3rem;
89
   margin: 0 auto 1rem auto;
89
   margin: 0 auto 1rem auto;
90
   border: 1px solid rgba(10, 10, 10, 0.25);
90
   border: 1px solid rgba(10, 10, 10, 0.25);
91
}
91
}
92
/* WIMS_messages (type success) */
92
/* WIMS_messages (type success) */
93
.wims_msg.success{background-color: #e1faea;}
93
.wims_msg.success{background-color: #e1faea;}