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

Last change on this file since 6343 was 2588, checked in by patdenice, 16 years ago
  • Move get_extents function to include/functions.inc.php.
  • Change all plugins version to 2.0.
  • LocalFiles Editor can now edit and create template extension.
  • Editarea (for LocalFiles Editor) go to version 0.7.2.2 (chrome compatible)
  • Editarea activation is now saved in database with AJAX.
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
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.