server/php/basic/public_html/static/css/renkanphp.css
author rougeronj
Tue, 15 Sep 2015 12:24:58 +0200
changeset 521 0d9b3f1b97e7
parent 442 adb907bba956
permissions -rw-r--r--
Create new view id the current one isn't in the project or if it's the first one (so we let the first one always unchanged) Otherwise modify the current one

.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;
}