Skip to content

Commit 0172e7b

Browse files
author
Olivier Giulieri
committed
Now using Boostrap Modal for delete confirmation.
+ cleanups.
1 parent 69f2c1c commit 0172e7b

File tree

15 files changed

+258
-113
lines changed

15 files changed

+258
-113
lines changed

dist/css/evolutility.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,20 @@ label {
160160
/* --- mini --- */
161161
.evol-mini-label {
162162
float: left;
163-
width: 38%;
163+
width: 25%;
164164
padding-right: 10px;
165165
}
166+
.evol-mini-label > div {
167+
text-align: right;
168+
}
169+
@media only screen and (max-width: 500px) {
170+
.evol-mini-label > div {
171+
text-align: left;
172+
}
173+
}
166174
.evol-mini-content {
167175
float: left;
168-
width: 62%;
176+
width: 75%;
169177
}
170178
.evol-mini-content > .help-block {
171179
min-width: 50px;

dist/css/evolutility.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/vendors.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)