Skip to content

Commit

Permalink
Cleanup CSS.
Browse files Browse the repository at this point in the history
Remove glyphicons.
  • Loading branch information
ADmad committed Jul 16, 2020
1 parent 2bb4a31 commit 7cc0ecc
Showing 1 changed file with 20 additions and 23 deletions.
43 changes: 20 additions & 23 deletions webroot/css/local.css
Original file line number Diff line number Diff line change
@@ -1,37 +1,28 @@
/******************************************************************************
* Use cloudflare's glyphicons
*****************************************************************************/
@font-face {
font-family: 'Glyphicons Halflings';

src: url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot');
src: url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff') format('woff'),
url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}


/******************************************************************************
* Generic form hacks
*****************************************************************************/

.bulk-action {
width: 32px;
}

.bulk-action .checkbox {
margin-bottom: 0;
}

.bulk-action-submit {
width: 50%;
}

.bulk-action-submit label {
width: auto;
}

.bulk-action-submit select {
display: inline-block;
width: 50%;
}

.bulk-action-submit input {
width: auto;
}
Expand Down Expand Up @@ -74,36 +65,42 @@ h2 .actions {
}

.text-truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.gallery-content {
text-align: center;
}

.pagination-wrapper {
clear: both;
margin: 20px 0;
text-align: center;
}

.download-links {
float: left;
}

.pagination-container {
float: right
}

.pagination-container .pagination {
margin: 0;
}

table tr td.actions {
white-space: nowrap;
width: 1px;
}

.nav > li > .nav-header {
border-radius: 4px;
display: block;
font-weight: bold;
padding: 10px 15px;
position: relative;
border-radius: 4px;
display: block;
font-weight: bold;
padding: 10px 15px;
position: relative;
}

0 comments on commit 7cc0ecc

Please sign in to comment.