Project

General

Profile

« Previous | Next » 

Revision 785

Added by doc about 16 years ago

added updated edit CSS functions to the News module

View differences:

backend.css
2 2
	vertical-align: top;
3 3
}
4 4

  
5
div.mod_news_edit_css {
6
	width: 100%;
7
	margin-top: -20px;
8
	margin-bottom: 15px;
9
	text-align: right;
10
}
11

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

Also available in: Unified diff