Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
grade
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anton Yushko
grade
Commits
7f57555c
Commit
7f57555c
authored
11 years ago
by
pimka
Browse files
Options
Downloads
Patches
Plain Diff
Изменены бордеры в профиле
parent
6914d754
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
application/views/student/profile.twig
+2
-2
2 additions, 2 deletions
application/views/student/profile.twig
media/css/profile.css
+9
-3
9 additions, 3 deletions
media/css/profile.css
with
11 additions
and
5 deletions
application/views/student/profile.twig
+
2
−
2
View file @
7f57555c
...
...
@@ -20,7 +20,7 @@
<div
class=
"information_wrapper"
>
<div
class=
"base_information"
>
<form>
<fieldset>
<fieldset
class=
"form_border"
>
<legend
class=
"base_form_title"
align=
"center"
>
Общая информация
</legend>
<table
border=
"0"
cellspacing=
"0"
class=
"module_table"
>
...
...
@@ -49,7 +49,7 @@
<div
class=
"personal_information"
>
<form>
<fieldset>
<fieldset
class=
"form_border"
>
<legend
class=
"personal_form_title"
align=
"center"
>
Персональная информация
</legend>
<table
border=
"0"
cellspacing=
"0"
class=
"module_table"
>
...
...
This diff is collapsed.
Click to expand it.
media/css/profile.css
+
9
−
3
View file @
7f57555c
...
...
@@ -31,16 +31,22 @@
float
:
left
;
}
.base_form_title
{
font
:
12pt
sans-serif
;
color
:
#2bbd1a
;
}
.personal_information
{
display
:
inline-block
;
float
:
right
;
}
.
base_form_title
{
font
:
1
2
pt
s
ans-serif
;
color
:
#
2bbd1a
;
.
form_border
{
border
:
1pt
s
olid
;
border-
color
:
#
ccc
;
}
.personal_form_title
{
font
:
12pt
sans-serif
;
color
:
#e65d67
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment