summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorSimon2011-04-06 17:36:56 +0200
committerSimon2011-04-06 17:36:56 +0200
commit6320fa9c2e21a8a5b87876e3e1fd65f0de402c45 (patch)
treed7a7018eb8663fe178cdb5d6e497b55c39b24adf /public
parentsuche gefixt (diff)
downloadpbs2-6320fa9c2e21a8a5b87876e3e1fd65f0de402c45.tar.gz
pbs2-6320fa9c2e21a8a5b87876e3e1fd65f0de402c45.tar.xz
pbs2-6320fa9c2e21a8a5b87876e3e1fd65f0de402c45.zip
Layout/Ansicht geändert, BootIso, BootOs,Client,Config,Preboot & Session
Diffstat (limited to 'public')
-rw-r--r--public/media/css/style.css6
-rw-r--r--public/media/css/user.css81
2 files changed, 85 insertions, 2 deletions
diff --git a/public/media/css/style.css b/public/media/css/style.css
index 0686eae..5b6497b 100644
--- a/public/media/css/style.css
+++ b/public/media/css/style.css
@@ -114,6 +114,7 @@ body {
font-size: 13px;
min-height: 400px;
background-color: #F2F3F1;
+ overflow:auto;
}
#content img {
border:none;
@@ -307,10 +308,13 @@ td {
border: 1px solid #CCC;
}
-div.searchresult {
+div.searchsub {
margin-left:10px;
font-size:10px;
}
+div.dsf{
+ cursor:pointer;
+}
.updatebutton,.addbutton {
float: right;
diff --git a/public/media/css/user.css b/public/media/css/user.css
index faf2fa4..bb959c6 100644
--- a/public/media/css/user.css
+++ b/public/media/css/user.css
@@ -63,4 +63,83 @@ tr.selectedEntry td {
#rights-label {
width: 0px;
-} \ No newline at end of file
+}
+
+/* */
+.listelement {
+ clear:both;
+ padding-top:10px;
+ margin:10px 0px;
+}
+.listelement .element {
+ border:1px solid black;
+ margin:5px 0px;
+ padding:5px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+ background-color:white;
+}
+.listelement .element:hover {
+ background-color:#E4ECF7;
+ border-color:#214687;
+}
+.listelement .element .number{
+ font-size:28px;
+ float:left;
+ padding:0px 5px 0px 0px;
+ width:40px;
+ text-align:center;
+ color:#CCC;
+ font-style:italic;
+ font-weight:bold;
+}
+.listelement .element .content{
+ margin-left:50px;
+}
+.listelement .element .content .title{
+ font-weight:bold;
+ font-size:1.2em;
+}
+.listelement .element .content .subtitle{
+ font-style:italic;
+}
+.listelement .element .actions{
+ float:right;
+ padding-right:5px;
+}
+.listelement .element .actions a{
+ display:block;
+ line-height:14px;
+}
+.listelement .element .details {
+ margin:0px 20px 0px 10px;
+}
+.listelement .element .dispnone {
+ display:none;
+}
+.listelement .element .details label{
+ float:left;
+ font-style:italic;
+ font-weight:bold;
+ width:110px;
+}
+.listelement .element .details div.item{
+ display:block;
+}
+.searchvars{
+ border:1px solid #000;
+ background-color:#FFFFBB;
+ display:none;
+ padding:6px;
+ clear:both;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+}
+.searchvars div.head{
+ font-weight:bold;
+}
+.searchvars div.code{
+ margin-left:10px;
+ display:inline;
+ color:#666;
+}