Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 6650b191

Přidáno uživatelem Přemysl Kouba před téměř 6 roky(ů)

solves bug when without timeline imiger got only 70% of view height

Zobrazit rozdíly:

sources/imiger-core/src/main/webapp/css/customStyles.css
86 86
}
87 87

  
88 88
#app {
89
    height: 70%;
89
    height: 100%;
90 90
}
91 91

  
92 92
.full-width {
sources/imiger-core/src/main/webapp/showGraph.jsp
113 113
        <link href="css/cz.kajda.timeline.css" type="text/css" rel="stylesheet" />
114 114
        <link href="css/styles.css" type="text/css" rel="stylesheet" />
115 115
        <script src="js/timeline/oop.js"></script>
116
        <c:if test = "${sessionScope.showTimeline eq true}">
117
            <style>
118
               #app {
119
                   height: 70% !important;
120
               }
121
            </style>
122
        </c:if>
123

  
116 124
        <script data-main="js/timeline/main" src="js/timeline/lib/require/require.js"></script>
117 125

  
118 126
		<title>${APP_NAME}</title>

Také k dispozici: Unified diff