mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Button Style
This commit is contained in:
@@ -38,12 +38,6 @@ echo "var user_options = $options;";
|
||||
float: left;
|
||||
margin: 0 8px 0 0;
|
||||
}
|
||||
.btn {
|
||||
white-space: normal;
|
||||
}
|
||||
#qsoList td:nth-child(11) {
|
||||
white-space: normal;
|
||||
}
|
||||
</style>
|
||||
<?php
|
||||
$options = json_decode($options);
|
||||
|
||||
@@ -23,5 +23,9 @@ thead>tr>td {
|
||||
float:right;
|
||||
}
|
||||
|
||||
.btn {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
|
||||
#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}
|
||||
|
||||
Reference in New Issue
Block a user