mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
23 lines
241 B
CSS
23 lines
241 B
CSS
.title {
|
|
margin-left: -5px;
|
|
}
|
|
|
|
.btn {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.form-control {
|
|
margin: 5px 0;
|
|
}
|
|
|
|
|
|
.switch-wrapper {
|
|
display: inline-block;
|
|
text-align: right;
|
|
padding: 0;
|
|
float: right;
|
|
margin-top: -4px;
|
|
margin-bottom: -4px;
|
|
|
|
}
|