--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/server/php/basic/public_html/static/css/renkanphp.css Fri May 22 17:48:14 2015 +0200
@@ -0,0 +1,85 @@
+.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;
+}