Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / cloud

  • This project
    • Loading...
  • Sign in
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
Closed
Open
Issue #207 opened Jul 21, 2014 by Csók Tamás@SM0FZR 
  • Report abuse
  • New issue
Report abuse New issue

information buttons

All information 'i' type buttons are clickable yet they dont do anything on click. Their only purpose is to show text on hovered state.

  • Őry Máté @orymate commented Aug 06, 2014
    Owner

    @kviktor:

    diff --git a/circle/dashboard/static/dashboard/dashboard.css b/circle/dashboard/static/dashboard/dashboard.css
    index 65fb297..350050f 100644
    --- a/circle/dashboard/static/dashboard/dashboard.css
    +++ b/circle/dashboard/static/dashboard/dashboard.css
    @@ -863,3 +863,7 @@ textarea[name="list-new-namelist"] {
       border-bottom: 1px dotted #aaa;
       padding: 5px 0px;
     }
    +
    +.infobtn {
    +  cursor: help;
    +}
    @kviktor: ```diff diff --git a/circle/dashboard/static/dashboard/dashboard.css b/circle/dashboard/static/dashboard/dashboard.css index 65fb297..350050f 100644 --- a/circle/dashboard/static/dashboard/dashboard.css +++ b/circle/dashboard/static/dashboard/dashboard.css @@ -863,3 +863,7 @@ textarea[name="list-new-namelist"] { border-bottom: 1px dotted #aaa; padding: 5px 0px; } + +.infobtn { + cursor: help; +} ```
  • Kálmán Viktor @kviktor

    Status changed to closed by commit 988549

    Nov 17, 2014

    Status changed to closed by commit 988549

    Status changed to closed by commit 988549
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
No due date
2
Labels
dashboard trivial
Assign labels
  • View labels
3
3 participants
Reference: circle/cloud#207