server/php/basic/public_html/static/css/renkanphp.css
author ymh <ymh.work@gmail.com>
Sun, 14 Jul 2024 22:00:08 +0200
changeset 666 9d6550026232
parent 442 adb907bba956
permissions -rw-r--r--
Added tag V00.13.04 for changeset 69d13e7dd286

.Rk-PadTitle {
  height: unset;
}

.rnk-container {
  min-height: 100%;
  position: relative;
  width: 100%;
}

input[type="search"].Rk-GraphSearch-Field {
  height: 2em;
}

.Rk-Fold-Bins {
  width: unset;
}

.Rk-Bins-Title {
  height: unset;
  width: unset;
}

input[type="search"].Rk-Bins-Search-Input {
  width: 235px;
  line-height: 25px;
  height: 25px;
  padding: 0;
}


#content {
  position:absolute;
  top:45px;
  left: 0;
  right: 0;
  bottom: 45px;
}

#renkanlist {
  margin-top: 5em;
}

#renkanlist-table {
  width: 90%;
}

#renkanlist-title-header {
  width: 90%;
}

#renkanlist-actions-header {
  width: 10%;
}


.renkanlist-actions {
  text-align: center;
}

.renkanlist-actions .has-tip {
  cursor: pointer;
}

.renkanlist-actions span {
  margin: 0 0.2em;
}

.renkandel-buttons form {
  display: inline-block;
  margin: 0 0.5em;
}

footer{
    height: 40px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    line-height: 40px;
    background: #333 none repeat scroll 0% 0%;
    color: #FFF;
    text-align: center;
    width: 100%;
    padding: 0px 10px;
}