Skip to content
Snippets Groups Projects
Commit 7f82f796 authored by Loïs Poujade's avatar Loïs Poujade
Browse files

ui

parent ba64e69f
Branches
No related tags found
2 merge requests!92Tuleap 238 add tag to annotation,!91Tuleap 207 rework left menu
Pipeline #1039 passed
......@@ -12,6 +12,10 @@
overflow-x: auto;
}
#left_menu i {
font-size: 20px;
}
.left_menu_item {
cursor: pointer;
text-align: center;
......@@ -52,13 +56,13 @@
flex-direction: column;
}
#btn_add_note::before { content: url("images/icn-menu-addnote.png"); }
#btn_add_link::before { content: url("images/icn-menu-addlink.png"); }
#btn_add_file::before { content: url("images/icn-menu-addfile.png"); }
#btn_add_paste::before { content: url("images/icn-image.png"); }
#btn_add_note::before { content: url('images/icn-menu-addnote.png'); }
#btn_add_link::before { content: url('images/icn-menu-addlink.png'); }
#btn_add_file::before { content: url('images/icn-menu-addfile.png'); }
#btn_add_paste::before { content: ' '; background: url('images/icn-image.png') no-repeat center/45%; height: 40px; }
#left_menu_item_preview::before { content: url("images/icn-menu-preview.png"); }
#left_menu_item_settings::before { content: url("images/icn-menu-settings.png"); }
#left_menu_item_preview::before { content: url('images/icn-menu-preview.png'); }
#left_menu_item_settings::before { content: url('images/icn-menu-settings.png'); }
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment