1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/frontend/app/settings/_abstract/abstract.settings.component.css

23 lines
241 B
CSS
Raw Normal View History

2017-07-15 18:47:11 +08:00
.title {
margin-left: -5px;
}
.btn {
margin-left: 10px;
}
.form-control {
margin: 5px 0;
}
.switch-wrapper {
display: inline-block;
text-align: right;
padding: 0;
2018-05-14 04:59:57 +08:00
float: right;
margin-top: -4px;
margin-bottom: -4px;
2017-07-15 18:47:11 +08:00
}