server/java/renkan-web/src/main/webapp/static/css/renkanProject.css
author rougeronj
Tue, 22 Sep 2015 15:14:10 +0200
changeset 543 5f7bebdcfc0d
parent 394 1e60ba9ae38b
permissions -rw-r--r--
Improve the way we init the view. The data loader send a "loaded" event, hooked by the scene.py and initializing the backbone.history and the view. We don't use redraw_active in save-once and full-json, because it was making the view initialization dependent of these file which are externals. Small fix to hide the "set saved view" button when there is only one view.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
257
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
/* =============================================================================
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
   Renkan
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
   ========================================================================== */
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
body {
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
  background-color: #1E1E1E;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
}   
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
header {
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
    font-size: 12px;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
    height: 15px;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
    padding: 5px 0 2px 10px;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
    color: white;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
}
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
footer {
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
    font-size: 10px;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
    position:absolute;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
    bottom: 0;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
    text-align: right;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
    width: 100%;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
    padding: 2px 0;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
    color: white;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    23
}
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    24
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    25
a, a:VISITED, a:LINK {
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    26
    color: white;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
    text-decoration: none;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
}
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    29
394
1e60ba9ae38b css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    30
.Rk-Main a, .Rk-Main a:LINK {
1e60ba9ae38b css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    31
    color: #080808;
1e60ba9ae38b css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    32
    text-decoration: none;
1e60ba9ae38b css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    33
}
1e60ba9ae38b css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    34
1e60ba9ae38b css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    35
1e60ba9ae38b css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    36
.Rk-Main a:VISITED {
1e60ba9ae38b css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    37
    color: #333333;
1e60ba9ae38b css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    38
    text-decoration: none;
1e60ba9ae38b css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    39
}
1e60ba9ae38b css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    40
1e60ba9ae38b css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    41
257
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    42
a:HOVER {
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    43
    text-decoration: underline;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    44
}
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    45
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    46
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    47
#renkan-wrapper {
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    48
    position:absolute;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    49
    top: 25px;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    50
    left: 0;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    51
    right: 0;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    52
    bottom: 18px;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    53
}
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    54
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    55
#renkan-container {
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    56
    min-height: 100%;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    57
    position: relative;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    58
    width: 100%;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    59
}
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    60
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    61
#version {
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    62
    padding-right: 5px;
6bf1126c5add add header to go back to space
ymh <ymh.work@gmail.com>
parents:
diff changeset
    63
}