fixed well - part 2...

This commit is contained in:
FezVrasta 2014-12-03 12:18:34 +01:00
parent 1b9dc6ac82
commit 74f2c5fddb
7 changed files with 18 additions and 18 deletions

View File

@ -2380,14 +2380,14 @@ body .well:not([class^="well well-material-"]) .create,
.container-fluid .well:not([class^="well well-material-"]) .create { .container-fluid .well:not([class^="well well-material-"]) .create {
color: rgba(0, 0, 0, 0.84); color: rgba(0, 0, 0, 0.84);
} }
body .well-sm, body .well.well-sm,
.container .well-sm, .container .well.well-sm,
.container-fluid .well-sm { .container-fluid .well.well-sm {
padding: 10px; padding: 10px;
} }
body .well-lg, body .well.well-lg,
.container .well-lg, .container .well.well-lg,
.container-fluid .well-lg { .container-fluid .well.well-lg {
padding: 26px; padding: 26px;
} }
body [class^="well well-material-"], body [class^="well well-material-"],

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

12
dist/css/material.css vendored
View File

@ -2356,14 +2356,14 @@ body .well:not([class^="well well-material-"]) .create,
.container-fluid .well:not([class^="well well-material-"]) .create { .container-fluid .well:not([class^="well well-material-"]) .create {
color: rgba(0, 0, 0, 0.84); color: rgba(0, 0, 0, 0.84);
} }
body .well-sm, body .well.well-sm,
.container .well-sm, .container .well.well-sm,
.container-fluid .well-sm { .container-fluid .well.well-sm {
padding: 10px; padding: 10px;
} }
body .well-lg, body .well.well-lg,
.container .well-lg, .container .well.well-lg,
.container-fluid .well-lg { .container-fluid .well.well-lg {
padding: 26px; padding: 26px;
} }
body [class^="well well-material-"], body [class^="well well-material-"],

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -24,10 +24,10 @@ body, .container, .container-fluid {
color: @lightbg-text; color: @lightbg-text;
} }
} }
.well-sm { .well.well-sm {
padding: 10px; padding: 10px;
} }
.well-lg { .well.well-lg {
padding: 26px; padding: 26px;
} }