mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Replaced display:inline with display:"" to avoid changing location of box
Added statusbox class Removed headerexpander script from index unless selected in config file Can specify whether to escape ampersands when using get_respondentselection_url function
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
.statusbox {
|
||||
padding: 1px 1px;
|
||||
margin: 1px;
|
||||
border: 1px solid #778;
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
float: left;
|
||||
text-align: center;
|
||||
clear: both;
|
||||
}
|
||||
.statusbutton {
|
||||
padding: 1px 1px;
|
||||
margin: 1px;
|
||||
|
||||
Reference in New Issue
Block a user