diff options
Diffstat (limited to 'public/css')
| -rwxr-xr-x | public/css/style.css | 22 | 
1 files changed, 18 insertions, 4 deletions
diff --git a/public/css/style.css b/public/css/style.css index 18f9b73..2202f8d 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -194,7 +194,7 @@ body, html {  /* IMAGE UPLOAD FORM */ -#image-preview { +.image-preview {    width: 100%;    height: 200px;    position: relative; @@ -204,14 +204,14 @@ body, html {  	border-radius: 5px;  	border: 1px dashed #ced4da;  } -#image-preview input { +.image-preview input {    line-height: 200px;    font-size: 200px;    position: absolute;    opacity: 0;    z-index: 10;  } -#image-preview label { +.image-preview label {    position: absolute;    z-index: 5;    opacity: 0.8; @@ -237,7 +237,8 @@ body, html {  }  #newEventFormContainer, -#importEventFormContainer { +#importEventFormContainer, +#newEventGroupFormContainer {  	display: none;  } @@ -293,6 +294,10 @@ body, html {  	display: none;  } +#eventGroupData { +	display: none; +} +  .edit-buttons {  	text-align: right;  } @@ -324,3 +329,12 @@ body, html {  		margin-top: 0;  	}  } + +.list-group-item-action:hover { +	background-color: #d4edda; +} + +.code { +	font-family: 'Courier New', Courier, monospace; +	overflow-wrap: anywhere; +}
\ No newline at end of file  | 
