Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
cae34f99
authored
Feb 12, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: better template share display
parent
1e29781e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
10 deletions
+35
-10
one/static/box.less
+35
-10
No files found.
one/static/box.less
View file @
cae34f99
...
...
@@ -165,16 +165,6 @@
}
}
.shares {
margin-left: 40px;
li {
height: 30px;
position: relative;
form {
position: relative;
}
}
}
@placeholderColor: #555;
input::-webkit-input-placeholder{
color: @placeholderColor;
...
...
@@ -557,3 +547,38 @@ table {
position: relative;
}
}
.shares {
margin: 5px;
list-style: none;
li {
border-radius: 4px;
border: 1px solid #888;
height: 30px;
position: relative;
margin: 5px 0;
line-height: 30px;
padding-left: 10px;
background-color: rgba(0,0,0,0.05);
&:hover{
background-color: rgba(0,0,0,0.1);
border: 1px solid #666;
input {
border-left: 1px solid #666;
}
}
form {
position: relative;
}
input {
border: none;
border-radius: 0;
border-left: 1px solid #888;
box-shadow: none;
position: relative;
top: -1px;
height: 30px;
right: -5px;
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment