Skip to content

Commit e780f06

Browse files
author
Olivier Giulieri
committed
CSS improvements.
1 parent fd95db0 commit e780f06

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

dist/css/demo.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ h4 {
242242
}
243243
#evol {
244244
margin-bottom: 16px;
245-
padding: 6px;
246245
}
247246
.demoPanel {
248247
border: 2px solid #A7C8E2;

dist/css/evolutility.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
margin-top: 2px;
3535
}
3636
/* --- panels & tabs --- */
37-
.evol-pnls,
3837
.evol-pnl > div > fieldset {
3938
padding: 10px 10px 5px 2px;
4039
}
@@ -50,7 +49,7 @@
5049
padding-left: 10px !important;
5150
}
5251
.evol-tabs {
53-
margin: 0 10px;
52+
margin: 0 10px 10px;
5453
}
5554
/* --- fields --- */
5655
.evol-required,
@@ -81,7 +80,7 @@
8180
.evol-json {
8281
width: 100%;
8382
height: 350px;
84-
margin: 10px 0;
83+
margin: 0 0 10px;
8584
}
8685
.glyphicon-wrench {
8786
margin-left: 5px;

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.

less/demo.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ h4{
5252
}
5353
#evol{
5454
margin-bottom: 16px;
55-
padding:6px;
5655
}
5756

5857
.demoPanel{

less/one.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/* --- panels & tabs --- */
77

8-
.evol-pnls,
8+
//.evol-pnls,
99
.evol-pnl > div > fieldset{
1010
padding: 10px 10px 5px 2px;
1111
}
@@ -23,7 +23,7 @@
2323
}
2424

2525
.evol-tabs{
26-
margin: 0 10px;
26+
margin: 0 10px 10px;
2727
}
2828

2929
/* --- fields --- */
@@ -57,7 +57,7 @@
5757
.evol-json{
5858
width:100%;
5959
height:350px;
60-
margin: 10px 0;
60+
margin: 0 0 10px;
6161
}
6262
.glyphicon-wrench{
6363
margin-left: 5px;

0 commit comments

Comments
 (0)