~ubuntu-branches/ubuntu/jaunty/moodle/jaunty

« back to all changes in this revision

Viewing changes to mod/assignment/styles.php

  • Committer: Bazaar Package Importer
  • Author(s): Jordan Mantha, Matt Oquist
  • Date: 2009-02-25 15:16:22 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090225151622-0ekt1liwhv2obfza
Tags: 1.9.4.dfsg-0ubuntu1
* Merge with Debian git (Closes LP: #322961, #239481, #334611):
  - use Ubuntu's smarty lib directory for linking
  - use internal yui library 
  - add update-notifier support back in

[Matt Oquist]
  * renamed prerm script
  * significantly rewrote postinst and other maintainer scripts to improve
    user experience and package maintainability
    (Closes LP: #225662, #325450, #327843, #303078, #234609)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  border-color:#DDDDDD;
9
9
}
10
10
 
 
11
#mod-assignment-submissions form#options div {
 
12
  text-align:right;
 
13
  margin-left:auto;
 
14
  margin-right:20px;
 
15
}
 
16
 
11
17
.mod-assignment .feedback .files {
12
18
  float: right;
13
19
  background-color: #EFEFEF;
14
20
  padding:5px;
15
21
}
16
22
 
17
 
.mod-assignment .feedback .grade {
 
23
.mod-assignment .feedback .grade,
 
24
.mod-assignment .feedback .outcome,
 
25
.mod-assignment .feedback .finalgrade {
18
26
  float: right;
19
27
}
20
28
 
 
29
.mod-assignment .feedback .disabledfeedback {
 
30
  width: 500px;
 
31
  height: 250px;
 
32
}
 
33
 
21
34
.mod-assignment .feedback .from {
22
35
  float: left;
23
36
}
85
98
  text-align: center;
86
99
}
87
100
 
 
101
#mod-assignment-submissions .submissions .outcome,
 
102
#mod-assignment-submissions .submissions .finalgrade {
 
103
  text-align: right;
 
104
}
 
105
 
88
106
#mod-assignment-view #online .singlebutton {
89
107
  text-align: center;
90
108
}
141
159
  text-align: center;
142
160
  vertical-align: top;
143
161
}
 
162
 
 
163
#mod-assignment-submissions .qgprefs #optiontable {
 
164
  text-align:right;
 
165
  margin-left:auto;
 
166
}
 
167
 
 
168
#mod-assignment-submissions .fgcontrols {
 
169
  margin-top: 1em;
 
170
  text-align:center;
 
171
}
 
172
 
 
173
#mod-assignment-submissions .fgcontrols .fastgbutton{
 
174
  margin-top: 0.5em;
 
175
}
 
176