initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024
This commit is contained in:
84
root/opt/phpsysinfo/templates/phpsysinfo_bootstrap.css
Normal file
84
root/opt/phpsysinfo/templates/phpsysinfo_bootstrap.css
Normal file
@@ -0,0 +1,84 @@
|
||||
body {
|
||||
font-size: 13px;
|
||||
padding-top: 80px;
|
||||
}
|
||||
|
||||
.progress {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.table td.rightCell, .table th.rightCell {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.percent {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.panel-primary {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: #428bca;
|
||||
}
|
||||
|
||||
.navbar-brand, .navbar-brand:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.navbar-brand>img {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.treegrid-indent {
|
||||
width:16px;
|
||||
height: 16px;
|
||||
display: inline;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.treegrid-expander {
|
||||
width:16px;
|
||||
height: 16px;
|
||||
display: inline;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.normalicon {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
display: inline-block;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.normalicon-right:before {
|
||||
content: "\25ba";
|
||||
}
|
||||
.normalicon-down:before {
|
||||
content: "\25bc";
|
||||
}
|
||||
|
||||
table.sortable thead th {
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
table.sortable thead th:hover {
|
||||
background: #efefef;
|
||||
}
|
||||
|
||||
table.borderless td,table.borderless th{
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.navbar-logo {
|
||||
cursor: pointer;
|
||||
}
|
Reference in New Issue
Block a user