move
This commit is contained in:
15
public/static/css/dialogProfile.css
Normal file
15
public/static/css/dialogProfile.css
Normal file
@@ -0,0 +1,15 @@
|
||||
#profileBody {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#profileBody #newUserPass {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#profileBody input[type="text"],
|
||||
#profileBody input[type="password"] {
|
||||
display: block;
|
||||
margin: 0;
|
||||
}
|
||||
30
public/static/css/dialogRadios.css
Normal file
30
public/static/css/dialogRadios.css
Normal file
@@ -0,0 +1,30 @@
|
||||
#newRadio {
|
||||
display: flex;
|
||||
}
|
||||
#radiosBody th {
|
||||
text-align: left;
|
||||
padding: 2px;
|
||||
}
|
||||
#radiosBody th.maxWidth {
|
||||
width: 99%;
|
||||
}
|
||||
#radiosBody td {
|
||||
white-space: nowrap;
|
||||
padding: 2px;
|
||||
}
|
||||
#radiosBody table button {
|
||||
opacity: 0.25;
|
||||
}
|
||||
#radiosBody table button:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
#radiosBody .radioCover {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
cursor: pointer;
|
||||
}
|
||||
#radiosBody input[type="file"] {
|
||||
position: absolute;
|
||||
top: -500px;
|
||||
z-index: -1;
|
||||
}
|
||||
4
public/static/css/dialogSettings.css
Normal file
4
public/static/css/dialogSettings.css
Normal file
@@ -0,0 +1,4 @@
|
||||
#settingsBody th,
|
||||
#settingsBody td {
|
||||
padding: 2px;
|
||||
}
|
||||
Reference in New Issue
Block a user