Project

General

Profile

« Previous | Next » 

Revision 784

Added by doc about 16 years ago

added updated edit CSS functions to the Form module

View differences:

backend.css
5 5
	border-top: 1px dashed #fff;
6 6
}
7 7

  
8
div.mod_form_edit_css {
9
  width: 100%;
8
/* 
9
  The definitions below provide the style for the edit CSS button 
10
  Required CSS class name: input.mod_moduledirectory_edit_css
11
*/
12
input.mod_form_edit_css {
13
  color: #000;
14
  background-color: #F0F0F0;
15
  border: 1px solid gray;
16
  padding: 2px;
17
  margin: 0;
18
  margin-left: 625px;
10 19
  margin-top: -20px;
11
  margin-bottom: 15px;
12
  text-align: right;
13
}
14

  
15
div.mod_form_edit_css a {
16
  width: 100px;
17
  padding: 5px;
18
  border: 1px solid;
19
  background-color: #F0F0F0;
20
  margin-bottom: 5px;
21
  width: 110px;
20 22
}

Also available in: Unified diff