File: webodfpanel.css

package info (click to toggle)
kopano-webapp-plugin-files 2.1.5%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,540 kB
  • sloc: php: 15,863; xml: 494; java: 295; python: 72; sh: 44; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * WEB ODF PANEL STYLES
 */
/* TODO: remove the page container if scaleCombo is implemented */
.webodfpanel-outerDocumentContainer {
    text-align: center;
    width: 500px;
    height: 500px;
    overflow: auto;
    color: rgba(255,255,255, 0);
}

.webodfpanel-canvas {

}