seeddms-code/styles/bootstrap/application.css

219 lines
3.7 KiB
CSS
Raw Normal View History

2013-02-18 09:13:12 +00:00
body { /* Add top padding for full-width layout */
padding-top: 60px;
}
img.mimeicon {
2013-04-30 06:40:14 +00:00
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #CCCCCC #AAAAAA #999999 #CCCCCC;
border-style: solid;
border-width: 1px 2px 2px 1px;
background-color: white;
}
2013-04-19 12:29:41 +00:00
.list-action a {
text-decoration: none;
color: #333;
padding: 2px;
2014-06-04 17:18:48 +00:00
cursor: pointer;
font-size: 110%;
2013-04-19 12:29:41 +00:00
}
2013-04-19 21:23:49 +00:00
#admin-tools i {
font-size: 300%;
line-height: 110%;
min-height: 100px;
}
#admin-tools a {
margin-bottom: 10px;
}
2013-04-23 17:03:56 +00:00
ul.actions li a:hover > i {
text-decoration: none;
}
ul.actions li a > i {
color: #000;
margin-right: 5px;
}
ul.actions li a.btn > i {
font-size: 200%;
}
ul.tree, ul.tree ul {
margin-left: 20px;
}
.wordbreak {
word-break: break-word;
}
2014-05-16 07:18:31 +00:00
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 999px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
background: red;
cursor: inherit;
display: block;
}
input[readonly] {
background-color: white !important;
cursor: text !important;
}
div.mandatories {
font-size: 90%;
font-style: italic;
color: #888;
}
div.mandatories span {
font-weight: bold;
}
2014-07-11 06:39:44 +00:00
div.statusbar {
font-size: 80%;
}
div.statusbar div.filename {
display: inline-block;
}
div.statusbar div.filesize {
display: inline-block;
float: right;
}
div.statusbar div.progress {
margin-bottom: 10px;
}
div.statusbar a.btn {
margin-bottom: 10px;
}
#database .chosen-container,
#fulltext .chosen-container {
width: 95% !important;
}
2015-02-13 16:38:11 +00:00
.chosen-container-multi .chosen-choices {
border: 1px solid #cccccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border linear 0.2s, box-shadow linear 0.2s;
padding: 2px 6px;
height: 20px;
}
2015-06-15 07:24:25 +00:00
div.help h1 {
font-size: 24px;
}
div.help h2 {
font-size: 18px;
}
div.help h3 {
font-size: 16px;
}
#dropfolderChooser {
width: 60%;
left: 20%;
margin-left: auto;
margin-right: auto;
}
2015-09-18 05:54:43 +00:00
#timeline {
font-size: 12px;
2015-09-21 10:43:16 +00:00
line-height: 14px;
2015-09-18 05:54:43 +00:00
}
div.timeline-event-content {
2015-09-21 10:43:16 +00:00
margin: 3px 5px;
2015-09-18 05:54:43 +00:00
}
div.timeline-frame {
border-radius: 4px;
border-color: #e3e3e3;
}
2015-09-23 12:35:42 +00:00
div.status_change_2 {
background-color: #DAF6D5;
border-color: #AAF897;
}
div.status_change_-1 {
background-color: #F6D5D5;
border-color: #F89797;
}
div.timeline-event-selected {
background-color: #fff785;
border-color: #ffc200;
z-index: 999;
}
div.splash {
display: none;
}
2016-04-29 06:09:37 +00:00
ul.jqtree-tree li.jqtree_common > .jqtree-element:hover {
background-color: #E0E0E0;
}
i.initstate {color: #ff9900;}
i.released {color: #00b000;}
i.rejected {color: #b00000;}
i.in-workflow {color: #11479e;}
i.workflow-action {color: #91479e;}
@media (max-width: 480px) {
.nav-tabs > li {
float:none;
}
.nav-tabs > li > a {
margin-right: 0;
}
.nav-tabs {
border-bottom: 0;
}
.nav-tabs > li > a {
border: 1px solid #ddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.nav-tabs > li:first-child > a {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px;
}
.nav-tabs > li:last-child > a {
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
}
.nav-tabs > li > a:hover {
z-index: 2;
border-color: #ddd;
}
}