mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-11 05:54:27 +01:00
8c3d7ccdba
Remove old combobox user bower for onfontresize Add jcrop + md5 Add files to scrutinizer ignore list Remove misplaced text Selected the right MultiSelect library via bower Move bower dependencies to correct location
17 lines
642 B
CSS
17 lines
642 B
CSS
body { font:12px Helvetica, arial, sans-serif }
|
|
h1, h2, p { margin:10px 0 }
|
|
.hidden { visibility:hidden }
|
|
|
|
|
|
.message { padding:10px; margin:15px 0; display:block; text-align:left }
|
|
.message-title { font-weight:bold; font-size:1.25em }
|
|
.message-body { margin-top:4px }
|
|
.error, .notice, .success { padding:.8em; margin-bottom:1em; border:2px solid #ddd }
|
|
.error { background:#FBE3E4; color:#8a1f11; border-color:#FBC2C4 }
|
|
.notice { background:#FFF6BF; color:#514721; border-color:#FFD324 }
|
|
.success { background:#E6EFC2; color:#264409; border-color:#C6D880 }
|
|
.error a { color:#8a1f11 }
|
|
.notice a { color:#514721 }
|
|
.success a { color:#264409 }
|
|
|