Project

General

Profile

« Previous | Next » 

Revision 765b79f9

Added by Sander van Leeuwen over 10 years ago

Tweak vpn_ipsec_keys layout

- Better name for 'edit user' button
- Wrap action buttons
- Sprinkle some clears in CSS for table container and forms (self-clearing with overflow:hidden)

Refs. #22

View differences:

usr/local/www/bootstrap/css/pfSense.css
51 51
	margin-bottom: 20px;
52 52
}
53 53

  
54
/** Content structure */
55
.table-responsive {
56
	clear: both;
57
}
58

  
59
.form-horizontal {
60
	margin-bottom: 20px;
61
	overflow: hidden;
62
}
63

  
64
.action-buttons {
65
	text-align: right;
66
	margin-bottom: 20px;
67
}
68

  
54 69
/** Form validation */
55 70
.input-errors ul {
56 71
	margin-top: 20px;
......
77 92
	margin-left: 10px;
78 93
}
79 94

  
95
/** Form tweaks */
80 96
form .btn + .btn {
81 97
	margin-left: 5px;
82 98
}

Also available in: Unified diff