source: branches/2.1/plugins/LocalFilesEditor/locfiledit.css @ 6343

Last change on this file since 6343 was 6343, checked in by plg, 14 years ago

merge r6341 from trunk to branch 2.1

Fix incorrect permissions

File size: 456 bytes
Line 
1#LocalFilesEditor {
2  text-align: center;
3  margin: 0 2em;
4}
5
6#LocalFilesEditor .top_right  {
7  float: right;
8  margin-right: 1%;
9}
10
11#LocalFilesEditor B {
12  float: left;
13}
14
15#LocalFilesEditor TEXTAREA {
16  margin: 0.5em 0;
17  width: 99.5%;
18  float: left;
19}
20
21#LocalFilesEditor #editarea_buttons {
22  width: 100%;
23  float: left;
24  text-align: left;
25  display: none;
26}
27
28#LocalFilesEditor #hideedit {
29  display: none;
30}
31
32#LocalFilesEditor TD {
33  padding: 0.5em;
34}
Note: See TracBrowser for help on using the repository browser.