mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-14 11:05:47 +05:00
add separate stylesheet for network tab
This commit is contained in:
parent
98398d3492
commit
394ba61adb
15
webui-src/app/network.css
Normal file
15
webui-src/app/network.css
Normal file
@ -0,0 +1,15 @@
|
||||
.friend {
|
||||
color: #444;
|
||||
font-size: 1.2em;
|
||||
margin: 1em;
|
||||
padding: 20px;
|
||||
border-bottom: 1px solid #aaa;
|
||||
border-radius: 20px;
|
||||
}.friend i {
|
||||
float: left;
|
||||
padding: 0 10px;
|
||||
cursor: pointer;
|
||||
}.friend h4 {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user