styling upgrades

This commit is contained in:
surtur 2020-04-16 00:30:14 +02:00
parent 979d0744d8
commit e4625e1fdc
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 54 additions and 40 deletions

View File

@ -62,9 +62,12 @@ nav {
#nopaddingplz {
padding: 0;
}
.card-body > .row:first-of-type > .col {
.card-body > .row:first-of-type {
border-bottom: solid .2em gainsboro;
}
.card-body > .row > .col {
.card-body > .row:not(:last-of-type):not(:first-of-type) {
border-bottom: solid .1em gainsboro;
}
.card-body > .raow > .col:last-child {
border-bottom: 0;
}

View File

@ -169,51 +169,62 @@
25.8.1293
</div>
</div>
<div class="row">
<div class="col">
Navrh smlouvy
</div>
<div class="col">
navrh.pdf
</div>
<div class="col">
1.1.1232
</div>
<div class="row">
<div class="col">
Navrh smlouvy
</div>
<div class="col">
navrh.pdf
</div>
<div class="col">
1.1.1232
</div>
</div>
<div class="row">
<div class="col">
Cestne prohlaseni
</div>
<div class="col">
cestne_prohlaseni.pdf
</div>
<div class="col">
25.5.2018
</div>
</div>
</div>
</div>
<div class="row bg-white">
<div class="col btn btn-block">
<a class="col-lg-4 btn btn-block btn-primary" href="#">Ulozit</a>
</div>
</div>
<div class="mydiv">
<button type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-secondary">Secondary</button>
<button type="button" class="btn btn-success">Success</button>
<button type="button" class="btn btn-danger">Danger</button>
<button type="button" class="btn btn-warning">Warning</button>
<button type="button" class="btn btn-info">Info</button>
<button type="button" class="btn btn-light">Light</button>
<button type="button" class="btn btn-dark">Dark</button>
<button type="button" class="btn btn-link">Link</button>
<div class="row bg-white">
<div class="col btn btn-block">
<a class="col-lg-4 btn btn-block btn-primary" href="#">Ulozit</a>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="./scripts/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="./scripts/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="./scripts/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<div class="mydiv">
<button type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-secondary">Secondary</button>
<button type="button" class="btn btn-success">Success</button>
<button type="button" class="btn btn-danger">Danger</button>
<button type="button" class="btn btn-warning">Warning</button>
<button type="button" class="btn btn-info">Info</button>
<button type="button" class="btn btn-light">Light</button>
<button type="button" class="btn btn-dark">Dark</button>
<button type="button" class="btn btn-link">Link</button>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="./scripts/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="./scripts/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="./scripts/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
</body>
</html>